about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [TRACE] Better log for execv on Rolling logptitSeb2023-05-081-0/+4
* Fixed fpu_fxsave/fpu_fxrstor utility function (might help Windows Unity3D games)ptitSeb2023-05-081-4/+0
* Added 4 XXX_chk function to wrapped libc (for #769)ptitSeb2023-05-084-4/+14
* Added 1 extension to wrapped vulkan, and change a bit 1 of the procaddress (i...ptitSeb2023-05-072-5/+8
* [ARM64_DYNAREC] Added F3 0F B8 opcodeptitSeb2023-05-072-0/+41
* [ARM64_DYNAREC] Added 66 0F BA opcodesptitSeb2023-05-071-0/+57
* [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)Yang Liu2023-05-0763-1987/+1987
* [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcodeptitSeb2023-05-075-2/+15
* [DYNAREC] Use Dynarec on Signal function when possibleptitSeb2023-05-071-6/+14
* [ARM64_DYNAREC] Fixed 64/65 F7 opcodesptitSeb2023-05-071-0/+1
* [DYNAREC] Disabled custom mutex for nowptitSeb2023-05-076-23/+63
* [DYNAREC] Cosmetic fixptitSeb2023-05-071-1/+1
* [DYNAREC] Better handling for Calling UpdateFlags when Cache flags needs tran...ptitSeb2023-05-076-28/+32
* [DYNAREC] Small improvment to signal handling on dirty blockptitSeb2023-05-071-0/+4
* [DYNAREC] Made FASTPAGE more agressiveptitSeb2023-05-062-2/+4
* Adjusted default rcfile for steamptitSeb2023-05-061-1/+1
* Fixed some issue on malloc_hack_2 hack, but not enough so still disabled itptitSeb2023-05-061-15/+15
* [RV64_DYNAREC] Fixed typos in (67) 88 MOV opcode (#767)Yang Liu2023-05-062-2/+2
* Added 65 8D opcode ([ARM64_DYNAREC] too) (for #766)ptitSeb2023-05-052-0/+27
* [RV64_DYNAREC] Fixed 66 0F 3A 0B ROUNDSD opcode (#765)xctan2023-05-051-5/+4
* Improved handling of x86_64 47bits memory (should help #763)ptitSeb2023-05-053-4/+29
* [RV64_DYNAREC] Added more opcodes (#764)Yang Liu2023-05-051-2/+26
* Added some mpg123 wrapped functions (#762)Yang Liu2023-05-054-11/+16
* [RV64_DYNAREC] Added some AES opcodes (#761)Yang Liu2023-05-051-0/+67
* [ARM64_DYNAREC] Small improvment for signal handlingptitSeb2023-05-041-2/+4
* Added some Hack for Windows int 2d call ([ARM64_DYNAREC] too)ptitSeb2023-05-042-4/+27
* [DYNAREC] Print unimplemented opcode also when dumping dynablocksptitSeb2023-05-042-2/+2
* [RV64_DYNAREC] Added more opcode for Unciv and some fixes (#759)Yang Liu2023-05-047-8/+185
* Added 64/65 A1 opcodeptitSeb2023-05-041-0/+8
* [RV64_DYNAREC] Added more opcodes for Unciv (#757)Yang Liu2023-05-048-16/+206
* [DYNAREC_TEST] Fixed handling or 0F AE opcodesptitSeb2023-05-041-5/+3
* [DYNAREC_TEST] Better handling for FF /6 opcodesptitSeb2023-05-041-9/+1
* [DYNAREC] Improve handling of running block getting dirty while executingptitSeb2023-05-042-6/+11
* [DYNAREC_TEST] Improved 67 DB and 0F AE opcodes handlingptitSeb2023-05-043-2/+7
* Disabling free hack on malloc_hack_2, it seems to break steam for nowptitSeb2023-05-031-1/+1
* [RV64_DYNAREC] Fixed 66 0F C6 SHUFPD opcode (#756)xctan2023-05-031-1/+1
* [RV64_DYNAREC] Added several 67 prfixed opcodesptitSeb2023-05-033-1/+653
* Improved mallock_hack_2, trying to reduce potential memory leaksptitSeb2023-05-034-46/+106
* [ARM64_DYNAREC] Added 67 88 opcodeptitSeb2023-05-031-1/+34
* [RV64_DYNAREC] Added more opcodes for Bastion and some fixes (#753)Yang Liu2023-05-039-24/+75
* [RV64_DYNAREC] Added some more Zba and Zbb use to dynarecptitSeb2023-05-024-59/+106
* [RV64_DYNAREC] Added undocumented BOX64_DYNAREC_RV64NOEXT to disable all RV64...ptitSeb2023-05-021-1/+2
* [RV64_DYNAREC] Added more opcodes (#751)xctan2023-05-027-1/+94
* [RV64_DYNAREC] Improved 66 0F 3A 0B opcodeptitSeb2023-05-021-5/+6
* [RV64_DYNAREC] Added rev8 opcode to printerptitSeb2023-05-021-0/+3
* [RV64_DYNAREC] Improved a bit the rv64 extension detection codeptitSeb2023-05-021-3/+3
* Change default log value only if stdout is redirected, not box log outputptitSeb2023-05-011-1/+1
* Added u_uastrncpy_XX to wrapped libicuXX (for #293)ptitSeb2023-05-012-0/+2
* [RV64_DYNAREC] Added Zba optionnal optim to many helper functionsptitSeb2023-05-012-50/+70
* [RV64_DYNAREC] Added Zbb path for 0F BC/BD and 66 0F BC/BD opcodesptitSeb2023-05-013-84/+105