about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added one more FAudio wrapped function (for Terraria)ptitSeb2022-06-261-1/+1
* Added SDL_LoadFile wrapped function (helps Terraria)ptitSeb2022-06-261-0/+1
* Added a couple of wrapped function to libssl and libcrypto (for #330)ptitSeb2022-06-252-1/+2
* [DYNAREC] Remove assert, the test is not relevent anymoreptitSeb2022-06-251-1/+0
* [DYNAREC] Fixed an issue with fillPredecessor that would undersize the predec...ptitSeb2022-06-251-3/+3
* [DYNAREC] Added CPU Dump on Signal to help debugging (only if signal inside a...ptitSeb2022-06-251-0/+10
* [DYNAREC] Fixed a typo when turning off DynarecptitSeb2022-06-251-1/+1
* [DYNAREC] Added BRK emitter, to help debuggingptitSeb2022-06-251-0/+4
* Rollback the signal/return address change limitptitSeb2022-06-211-8/+5
* [DYNAREC] Fixed some complex x87 opcode, like FSINCOS (fixed bad camera in Un...ptitSeb2022-06-191-1/+14
* Various small debugging improvmentsptitSeb2022-06-195-20/+26
* Do not prefer emulated on 32bits pressure vessels for now (helps winegstreame...ptitSeb2022-06-191-1/+1
* Change process name (hidding box64, helps mesa find the correct hack for some...ptitSeb2022-06-191-0/+23
* Update main.cJai A P2022-06-191-1/+1
* Better handling of LD_PRELOAD librariesptitSeb2022-06-191-3/+4
* More work on libfuse (some AppImage now runs)ptitSeb2022-06-116-68/+372
* [DYNAREC] added 67 8B opcodeptitSeb2022-06-111-0/+12
* Added 67 83 opcode ([DYNAREC] too) (for #323)ptitSeb2022-06-112-0/+125
* [DYNAREC] Fixed (or least avoid SIGILL) for DD /1 opcodeptitSeb2022-06-111-0/+5
* Fixed a potential crash with previous commitptitSeb2022-06-111-1/+1
* Added support to load different libs with same name from different folders (f...ptitSeb2022-06-111-4/+9
* Added 67 C7 opcode ([DYNAREC] too) (for #323)ptitSeb2022-06-112-1/+29
* Added __cxa_pure_virtual wrapped function (for #299)ptitSeb2022-06-114-0/+11
* Added wrapped __wprintf_chk and wprintf (for #311)ptitSeb2022-06-116-2/+24
* Fixed some issue with TLS data not beeing updated correctly after ElfInit (fi...ptitSeb2022-06-063-14/+23
* Added one more GL extensionptitSeb2022-06-064-0/+11
* Fixed an issue with GetNoSelfSymbolStartEnd function that would find in self...ptitSeb2022-06-051-10/+11
* Added syscall 317ptitSeb2022-06-051-0/+1
* Added some GLES wrapped functionsptitSeb2022-06-051-1/+9
* Added 1 more wrapped function to libfontconfigptitSeb2022-06-051-1/+1
* Added some failsafe on unwindptitSeb2022-06-053-2/+6
* Added preliminary support for wrapped libEGLptitSeb2022-06-0511-1/+271
* Fixed a regression with last dynarec refactor (for #318)ptitSeb2022-06-051-0/+2
* Run elf init if __libc_start_main init param is NULL (for #315)ptitSeb2022-05-301-0/+2
* Better version of F2/F3 0F 1E opcodeptitSeb2022-05-302-5/+10
* More work on FAudio (Salt And Sanctuary seems to work fine now)ptitSeb2022-05-285-63/+140
* [DYNAREC] Fixed a rare case of crash when crrent block is invalidptitSeb2022-05-281-1/+1
* [DYNAREC] Fixed regression on 66 C1 /7 opcodeptitSeb2022-05-281-1/+1
* [DYNAREC] Various small fixes and improvments to a few opcodesptitSeb2022-05-265-52/+47
* [DYNAREC] Fix an issue with LOCK ADD Ew, Iw opcodeptitSeb2022-05-261-3/+3
* Added XGetTextProperty wrapped functionptitSeb2022-05-261-1/+1
* Fixed XRenderComposite wrapped function signatureptitSeb2022-05-264-2/+11
* Added wrapped fstat64 (for #309)ptitSeb2022-05-214-0/+4
* Fixed the workaround for gog installer on PI & RK3399 SBC beeing slow to startptitSeb2022-05-211-1/+1
* Fixed wrapped lib dependancies not loadingptitSeb2022-05-101-1/+1
* Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)ptitSeb2022-05-0940-44/+45
* Some refactor on wrapped lib handling, to limit calloc/free used and get more...ptitSeb2022-05-0994-3433/+503
* Small fixes to the symbol name to avoid overriding by libsptitSeb2022-05-091-2/+2
* Added and fixed opcodes 66 0F 38 38..3F ([DYNAREC] too) (for #299)ptitSeb2022-05-032-3/+83
* Removed some debug leftoverptitSeb2022-05-011-3/+3