about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimized getDB, setProtection and freeProtectionptitSeb2022-11-131-11/+35
* Added 1 vulkan extensionptitSeb2022-11-136-0/+20
* Added wrapped libgstgl-1.0 with a few functionsptitSeb2022-11-139-12/+474
* Changed steam-pressure-vessel wrapping to include system libs firstptitSeb2022-11-131-5/+7
* Also use size when selecting symbol for R_X86_64_COPY and R_X86_64_GLOB_DAT r...ptitSeb2022-11-139-103/+124
* Fixed wrapped function signature for vkCmdSetScissorWithCount,ptitSeb2022-11-121-2/+2
* Fix an issue with dynarec build when running without dynarecptitSeb2022-11-111-1/+1
* x86_64 build don't need CreateCPUInfoFileptitSeb2022-11-111-1/+1
* Actualy fix x86_64 buildptitSeb2022-11-111-1/+1
* Fix x86_64 buildptitSeb2022-11-111-1/+1
* Improved cpu cores detection and reportingptitSeb2022-11-113-8/+41
* Fixed some fuse wrapped functions (better AppImage compatibility)ptitSeb2022-11-115-114/+188
* Added fuse_main_real wrapped functionptitSeb2022-11-106-1/+1123
* [DYNAREC] Fixed alternate address not always taken into account by DynarecptitSeb2022-11-021-0/+3
* Fixed a small memory leak with DynarecptitSeb2022-11-021-0/+3
* [ANDROID] Build fixptitSeb2022-11-012-2/+2
* Added libudev.so.1 dependancy for wrapped libudev.so.0ptitSeb2022-11-011-1/+2
* Added llrintl wrapped function (for #419)ptitSeb2022-11-014-1/+13
* Added XftNameUnparse wrapped function (for #424)ptitSeb2022-11-011-1/+1
* Added a few libflac wrapped function (for #425)ptitSeb2022-11-011-3/+3
* Addedsyscall 24 (for #429)ptitSeb2022-11-011-0/+1
* Detect when program is linked with glibc 2.34+ to workaround the default libc...ptitSeb2022-11-016-5/+47
* Remove dynablocklist (#438)ptitSeb2022-10-3119-747/+475
* [DYNAREC] Reprotect bridge when emu is runningptitSeb2022-10-301-1/+5
* Added some more wrapped function to libX11 (for #436)ptitSeb2022-10-294-5/+9
* Fixed a signature in tbbmallocproxy wrapped libptitSeb2022-10-295-9/+3
* Re-disabled the abort when quitting, seems stable nowptitSeb2022-10-291-1/+1
* [DYNAREC] Small change to use alloca instead of customMallocptitSeb2022-10-291-8/+2
* Malloc override (#437)ptitSeb2022-10-2923-64/+771
* Added support for MOVBE extension ([DYNAREC] too)ptitSeb2022-10-293-0/+45
* Better fix, again, for dlsym(RTLD_NEXT, ...)ptitSeb2022-10-291-2/+2
* Optimized custom pthread_onceptitSeb2022-10-291-0/+3
* Better fix for dlsym(RTLD_NEXT, ...)ptitSeb2022-10-291-8/+11
* Don't enable steamwebhelper yetptitSeb2022-10-291-1/+1
* Fixed FT_Outline_Decompose wrapped functionptitSeb2022-10-295-2/+125
* Added a few x11 wrapped function (for #436)ptitSeb2022-10-291-6/+6
* Fix for dlsym(RTLD_NEXT, ...)ptitSeb2022-10-291-0/+2
* Small imrpovment to custom phtread_onceptitSeb2022-10-291-2/+1
* [DYNAREC] Fixed a potential issue with free range of dynablockptitSeb2022-10-291-1/+2
* Imrpoved Bridges, againptitSeb2022-10-291-14/+21
* Added 66 0F 38 10 opcode ({DYNAREC] too)ptitSeb2022-10-292-0/+25
* Added a few more wrapped libfuse functionsptitSeb2022-10-291-5/+5
* [DYNAREC] More log when using BOX64_NODYNARECptitSeb2022-10-282-1/+4
* [DYNAREC] Fixed F3 0F 5B opcodeptitSeb2022-10-281-4/+13
* [DYNAREC] Fixed an emitterptitSeb2022-10-281-1/+1
* [DYNAREC] Added 66 F0 0F B1 opcodeptitSeb2022-10-281-0/+47
* [DYNAREC] Added 66 87 opcodeptitSeb2022-10-281-0/+29
* [DYNAREC] Added (F2/F3) AD ocpodesptitSeb2022-10-281-0/+20
* Added 66 0F 7D opcodeptitSeb2022-10-281-1/+25
* Re-enabled the abort if exit is too long, seems to be still neededptitSeb2022-10-271-1/+1