about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Fix the opcode bit in the generated TBX instruction.Alexandre Julliard2023-02-241-4/+4
* [D3DADAPTER9] Added support for CreateDeviceExptitSeb2023-02-236-8/+64
* Use Ubuntu 20.04 for Tegra buildptitSeb2023-02-211-2/+2
* Simply handling of pthread_mutex_t structure (for #522)ptitSeb2023-02-211-184/+28
* Added a large batch of libssl/libcrypto wrapped functions (for StardewValley)ptitSeb2023-02-2110-300/+584
* Merge pull request #521 from alyssarosenzweig/xasyncptitSeb2023-02-211-1/+1
|\
| * wrap _XAsyncErrorHandlerAlyssa Rosenzweig2023-02-201-1/+1
|/
* Added some more libFAudio wrapped functionsptitSeb2023-02-201-3/+3
* Fixed a improved HotPage handlingptitSeb2023-02-203-33/+29
* [DYNAREC] Directly run program Segfault handler for Access Error with PROT_DY...ptitSeb2023-02-201-1/+4
* [DYNAREC] This small utility function can be staticptitSeb2023-02-201-1/+1
* [DYNAREC] Fixed LZCNT and TZCNT opcode, for goodptitSeb2023-02-201-10/+10
* [DYNAREC] Optimized FillBlock64 to avoid 3 for loop on all block instructions...ptitSeb2023-02-195-27/+23
* [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to handle...ptitSeb2023-02-195-6/+35
* Improved RK3588 profileptitSeb2023-02-191-2/+2
* [DYNAREC] Optimized DB /7 opcodeptitSeb2023-02-193-3/+65
* Added some more wrapped functions to gstreamer and gsttagptitSeb2023-02-192-6/+6
* Hide a warning when running java stuffsptitSeb2023-02-191-2/+2
* Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...ptitSeb2023-02-196-10/+69
* Fixed a regression with factorioptitSeb2023-02-191-2/+2
* [DYNAREC] Small optim on getDBptitSeb2023-02-192-2/+1
* Simplified dynablock handling (reduced memory consuption)ptitSeb2023-02-197-323/+145
* Added 67 0F B9 opcodeptitSeb2023-02-181-0/+13
* [RCFILE] Small fix to avoind applying same profile multiple timeptitSeb2023-02-181-3/+3
* Changed workflow manual build for RK3588 tooptitSeb2023-02-181-1/+1
* Build RK3588 on WorkflowptitSeb2023-02-181-1/+1
* Added RK3588 profileptitSeb2023-02-182-4/+24
* Fix non-Dynarec buildsptitSeb2023-02-181-0/+2
* Force show Backtrace when SIGABRT is trapped (still depending on SHOWSEGV/LOG...ptitSeb2023-02-181-1/+2
* Imrpoved a bit backtrace againptitSeb2023-02-183-1/+19
* Rmoved debug leftoverptitSeb2023-02-171-1/+0
* Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...ptitSeb2023-02-176-81/+208
* [DYNAREC] Added F0 0F AB/B3 opcodesptitSeb2023-02-172-0/+109
* [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1)ptitSeb2023-02-165-2/+26
* [DYNAREC] Some more small fixesptitSeb2023-02-161-10/+4
* Fixed an issue with Emulated lib refcountptitSeb2023-02-161-3/+4
* Fixed interpretor for FIST(P) opcodesptitSeb2023-02-162-5/+5
* [DYNAREC] Various small fixes and improvment on DynarecptitSeb2023-02-1623-709/+594
* Various small fixes on InterpretorptitSeb2023-02-1618-259/+217
* Small change to mallochook detectorptitSeb2023-02-161-1/+1
* Merge pull request #518 from fredldotme/moregsettingsptitSeb2023-02-161-2/+2
|\
| * wrapped: Wrap two more gsettings functionsAlfred Neumayer2023-02-161-2/+2
|/
* Some improvment to wrapped gtk3 and friendsptitSeb2023-02-144-4/+9
* Added 1 syscallptitSeb2023-02-141-0/+1
* Refactored trace to file system, to be more resiliantptitSeb2023-02-143-8/+36
* fprintf wrapped libasound dummy_error_handler to stderr instead of box trace ...ptitSeb2023-02-141-4/+3
* [DYNAREC] Don't forget to Cancel the block itself before bailling out of a fa...ptitSeb2023-02-141-0/+1
* [DYNAREC] Fixed an issue with custom memory alocatorptitSeb2023-02-141-2/+1
* Fixed a small warningptitSeb2023-02-131-1/+11
* Various minor warning fixesptitSeb2023-02-1316-46/+53