about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a few more wrapped libGL functions (for #21)ptitSeb2021-07-084-2/+10
* Fixed BOX64_JITGDB=2 that wasn't workingptitSeb2021-07-081-1/+1
* [DYNAREC] Added 66 0F D2 opcodes (for geekbench5)ptitSeb2021-07-081-0/+12
* [DYNAREC] Added 66 0F EE opcodes (for geekbench5)ptitSeb2021-07-081-1/+7
* [DYNAREC] Added 64 FF opcodes (for geekbench5)ptitSeb2021-07-082-0/+67
* Added 64 0F B6 ocpode (for #28)ptitSeb2021-07-081-0/+7
* Added dummy version of __cxa_thread_atexit_impl (for #28)ptitSeb2021-07-083-1/+3
* Added wrapped curl_multi_wait (for #21)ptitSeb2021-07-084-1/+6
* Added option 20219 to crul wrapped lib (for #21)ptitSeb2021-07-081-1/+24
* [DYNAREC] Better handling of SHL/SHR/SAR Eb, 0 (for obfuscated code)ptitSeb2021-07-071-27/+39
* Added dummy 0F 09 opcode ([DYNAREC] too) (for #34)ptitSeb2021-07-072-0/+7
* Added F4 opcode (for #34)ptitSeb2021-07-071-0/+5
* Added a few more libc and libX11 wraped functionsptitSeb2021-07-075-4/+9
* Added 66 0F B1 opcodeptitSeb2021-07-071-52/+65
* Added syscall 434 (for #21)ptitSeb2021-07-071-1/+14
* Added msgget wrapped function to libc (for #37)ptitSeb2021-07-071-1/+1
* [DYNAREC] Fixed FISTP i64 (help #14)ptitSeb2021-07-072-3/+4
* [DYNAREC] Added Need optim message to FINITptitSeb2021-07-071-0/+1
* Added syscall 6 and fixed syscall 5 (for #14)ptitSeb2021-07-062-1/+32
* Try to fix compilation on old libcptitSeb2021-07-061-0/+4
* Fixed some case of crash with emulated RW in SDL1 (helps #14)ptitSeb2021-07-061-0/+1
* Added syscall 35 (for #14)ptitSeb2021-07-061-0/+1
* Fixed some return values from many syscalls (should help #14)ptitSeb2021-07-062-31/+31
* Added 0F D7 opcode ([DYNAREC] too) (for #32)ptitSeb2021-07-062-1/+26
* Work on CMPSS and CMPSD ([DYNAREC] too)ptitSeb2021-07-063-13/+11
* [DYNAREC] Added 66 0F 50 opcode, and changed a bit 66 0F D7 (for CB15)ptitSeb2021-07-061-24/+32
* [DYNAREC] Added F3 0F 53 opcode (for CB15)ptitSeb2021-07-062-6/+17
* Added 66 0F 38 08/09/0A opcodes ([DYNAREC] too) (for #32 / Zoom)ptitSeb2021-07-053-0/+85
* [DYNAREC] Added 66 0F 5E opcode (for CB15)ptitSeb2021-07-051-1/+7
* [DYNAREC] Added F0 09 opcode (for CB15)ptitSeb2021-07-051-0/+18
* [DYNAREC] Added 66 0F C2 opcode (for CB15)ptitSeb2021-07-051-0/+32
* Added 66 0F 38 1C/1D/1E opcodes ([DYNAREC] too) (for #17 / Zoom)ptitSeb2021-07-052-0/+50
* Added F0 80 opcode ([DYNAREC] too)ptitSeb2021-07-052-2/+193
* Fixed R_X86_64_TPOFF64 reloc on local elf (should help #31)ptitSeb2021-07-051-4/+4
* [DYNAREC] Added 66 0F D7 opcode (for CB15)ptitSeb2021-07-051-2/+28
* [DYNAREC] Added a faked 0F 01 opcode to avoid break of dynarec blockptitSeb2021-07-051-0/+10
* Added FT_Property_Get wrapped function (for #17, #30)ptitSeb2021-07-051-1/+1
* [DYNAREC] Added 8C opcodeptitSeb2021-07-051-1/+12
* [DYNAREC] Added 0F 05 opcode (for Wine64 and probbly a few others)ptitSeb2021-07-051-0/+16
* [DYNAREC] Added DC opcodes (for CB15)ptitSeb2021-07-053-2/+223
* Added more xkbcommon wrapped functions (for #29)ptitSeb2021-07-054-6/+11
* Forgot this file from previous commitptitSeb2021-07-051-0/+5
* Added F2 0F D0 opcode ([DYNAREC] too)ptitSeb2021-07-052-0/+23
* Added syscall 8 (for #14)ptitSeb2021-07-051-0/+1
* Added more xkcbcommon wrapped functions (for #29)ptitSeb2021-07-054-23/+33
* Added syscall 73 (for #14)ptitSeb2021-07-051-0/+1
* Added syscalls 42 and 43 (for #14)ptitSeb2021-07-051-0/+2
* Added syscall 45ptitSeb2021-07-051-0/+1
* Added minimum wrapped libxcb-glx (for #17)ptitSeb2021-07-053-0/+602
* Fix non-dynarec buildptitSeb2021-07-051-1/+1