about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better way to use CREATE_VALIST_FROM_VAARG macroptitSeb2023-03-032-5/+7
* Use CREATE_VALIST_FROM_VAARG if exist on XXprintf familyptitSeb2023-03-021-0/+16
* Better default rcfile for when no rcfile are presentptitSeb2023-03-021-1/+3
* [DYNAREC] Finetuned the jump table memory allocationptitSeb2023-03-024-107/+160
* Merge branch 'main' into steam_chromeptitSeb2023-03-021-2/+2
|\
| * Added a couple of wrapped function to libm (for #496)ptitSeb2023-02-281-2/+2
* | [RK3588] Made Workaround also working on non-dynarec build (just in case...)ptitSeb2023-02-261-6/+6
* | Made the Signal workaround specific to RK3588ptitSeb2023-02-261-0/+3
* | Try to improved the Workaround, to make it more genericptitSeb2023-02-251-1/+6
* | [STEAM] Added a workaround for issue with steamwebhelper running on Armbian (...ptitSeb2023-02-251-1/+1
* | [DYNAREC] Small imrvment in managing memory protectionptitSeb2023-02-252-4/+5
* | fixed logs to malloc_hack_2ptitSeb2023-02-241-1/+1
* | Added more logs to malloc_hack_2ptitSeb2023-02-241-1/+1
* | Merge branch 'main' into steam_chromeptitSeb2023-02-242-5/+5
|\|
| * [DYNAREC] Fetch a quad in PSHUFLW instruction.Alexandre Julliard2023-02-241-1/+1
| * [DYNAREC] Fix the opcode bit in the generated TBX instruction.Alexandre Julliard2023-02-241-4/+4
* | Merge branch 'main' into steam_chromeptitSeb2023-02-236-8/+64
|\|
| * [D3DADAPTER9] Added support for CreateDeviceExptitSeb2023-02-236-8/+64
* | Merge branch 'main' into steam_chromeptitSeb2023-02-211-184/+28
|\|
| * Simply handling of pthread_mutex_t structure (for #522)ptitSeb2023-02-211-184/+28
* | Merge branch 'main' into steam_chromeptitSeb2023-02-2110-300/+584
|\|
| * Added a large batch of libssl/libcrypto wrapped functions (for StardewValley)ptitSeb2023-02-2110-300/+584
| * wrap _XAsyncErrorHandlerAlyssa Rosenzweig2023-02-201-1/+1
* | Merge branch 'main' into steam_chromeptitSeb2023-02-2013-72/+94
|\|
| * Added some more libFAudio wrapped functionsptitSeb2023-02-201-3/+3
| * Fixed a improved HotPage handlingptitSeb2023-02-202-32/+28
| * [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-194-5/+29
| * [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-195-10/+59
| * Fixed a regression with factorioptitSeb2023-02-191-2/+2
* | Preliminary work to get steamwebhelper workingptitSeb2023-02-201-1/+1
* | [DYNAREC] Optimized DB /7 opcodeptitSeb2023-02-203-3/+65
* | Added some more wrapped functions to gstreamer and gsttagptitSeb2023-02-202-6/+6
* | Hide a warning when running java stuffsptitSeb2023-02-201-2/+2
* | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...ptitSeb2023-02-205-10/+59
* | Fixed a regression with factorioptitSeb2023-02-201-2/+2
* | [DYNAREC] Fix a nasty typo in custommemptitSeb2023-02-191-1/+1
* | Some fixes in custommem tracking, and less tracking of mem protection (reduce...ptitSeb2023-02-191-25/+22
* | Merge branch 'main' into steam_chromeptitSeb2023-02-198-325/+146
|\|
| * [DYNAREC] Small optim on getDBptitSeb2023-02-192-2/+1
| * Simplified dynablock handling (reduced memory consuption)ptitSeb2023-02-197-323/+145
* | Preliminary work to get steamwebhelper workingptitSeb2023-02-188-18/+174
|/
* Added 67 0F B9 opcodeptitSeb2023-02-181-0/+13
* [RCFILE] Small fix to avoind applying same profile multiple timeptitSeb2023-02-181-3/+3