about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed fstat, fstatat and lstat wrapper signature (for #295)ptitSeb2022-05-014-3/+7
* Added fake libunwind wrappingptitSeb2022-04-308-0/+102
* Added a few wrapped functions to libcptitSeb2022-04-304-0/+22
* Added wrapped stat (for #293)ptitSeb2022-04-273-0/+3
* Added some libfuse wrapping (AppImage is not working yet)ptitSeb2022-04-263-12/+12
* [DYNAREC] Fixed some issue with XMM cache and Native calls (fixed Zoom title ...ptitSeb2022-04-251-8/+8
* Small fixes for a few sse opcodesptitSeb2022-04-253-11/+11
* [DYNAREC] A small optim of FCOMI macro when OF, AF or SF are neededptitSeb2022-04-251-11/+12
* Improved BOX64_LOAD_ADDR env. var. to help having reproducible runsptitSeb2022-04-243-9/+19
* Improved initial stack buildptitSeb2022-04-242-3/+7
* Fixed a potential issue with stack overwritten on sigaction callptitSeb2022-04-241-1/+1
* [DYNAREC] Ignore 26 Prefix (for #290)ptitSeb2022-04-231-2/+2
* [DYNAREC] Ignore 36 prefix for 66 prefixed opcodes (for #290)ptitSeb2022-04-231-1/+1
* Do not use alloca here, it's not temporary storageptitSeb2022-04-181-2/+1
* Added some wrapped libs and functionsptitSeb2022-04-1812-8/+116
* [DYNAREC] No need to save op1 and op2 for defered flag computation on logic o...ptitSeb2022-04-181-36/+3
* [DYNAREC] Simpler writing for this testptitSeb2022-04-181-1/+1
* [DYNAREC] Small optim on flags barrier handlingptitSeb2022-04-181-10/+7
* [DYNAREC] Added F0 21 opcodeptitSeb2022-04-171-0/+20
* [DYNAREC] Added 66 0F 3A DF opcodeptitSeb2022-04-173-20/+62
* [DYNAREC] Added 66 0F 51 opcodeptitSeb2022-04-171-1/+20
* [DYNAREC] Better handling of opcodes with 66 F0 prefixesptitSeb2022-04-174-276/+335
* [DYNAREC] Added 0F AE /7 opcodeptitSeb2022-04-173-0/+15
* [DYNAREC] Added 66 0F 3A 20 opcodeptitSeb2022-04-171-1/+10
* [DYNAREC] Added 66 F0 FF and F0 08 opcodesptitSeb2022-04-171-0/+76