about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Wrapping of GtkTextView and GtkContainer classes for Gtk3ptitSeb2022-10-273-0/+163
* Added posix_spawn_file_actions_addclose wrapped functionptitSeb2022-10-271-1/+1
* Try to get a cleaner exitptitSeb2022-10-273-0/+8
* Fixed some issue with bridge memory protection handlingptitSeb2022-10-271-3/+3
* Added BOX64_SHOWBT env. var. to have a backtrace on segfaultptitSeb2022-10-273-3/+35
* Fixed dlopen that should increment refcount even with RTLD_NOLOADptitSeb2022-10-271-2/+1
* Improved handling of execve and posix_spawn, especialy with arv[0] is not the...ptitSeb2022-10-272-48/+77
* Some fixes to execv and posic_spawn wrapped functionsptitSeb2022-10-261-12/+15
* Added libudev.so synonym of libudev.so.1ptitSeb2022-10-261-0/+1
* Added one more gtk3 wrapped functionptitSeb2022-10-264-1/+8
* [DYNAREC] Fixed 0F BA opcodesptitSeb2022-10-261-4/+4
* Try to improve the shell detection, again (for #433)ptitSeb2022-10-261-7/+4
* Added syscalls 7 and 112ptitSeb2022-10-261-0/+14
* Actually fixed (this time) syscall 78ptitSeb2022-10-261-12/+22
* Fixed an issue with syscall 78ptitSeb2022-10-261-1/+1
* Added syscall to BOX64_ROLLING_LOG tooptitSeb2022-10-261-5/+22
* More flexibility for BOX64_ROLLING_LOGptitSeb2022-10-266-20/+27