about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32][WRAPPER] Better wrapping for shmatptitSeb2024-12-096-6/+39
* Change log level to INFO for Wine prereserve issues (for #2123)ptitSeb2024-12-081-2/+2
* [BOX32] Improved mutex handling, againptitSeb2024-12-081-3/+18
* [BOX32][WRAPPER] Fixed some more typo on Xcursor wrapping (might help #2109)ptitSeb2024-12-081-2/+2
* [BOX32][WRAPPER] Added a couple of 32bits wrapped functions to libcptitSeb2024-12-084-4/+12
* [CORE] Refine runtime messages (#2125)Jim Huang2024-12-071-6/+6
* [LA64_DYNAREC] Added AES opcodes (#2122)Leslie Zhai2024-12-071-0/+76
* Start of a new dev. cycleptitSeb2024-12-071-1/+1
* Bumped version to v0.3.2ptitSeb2024-12-061-1/+1
* [DYNAREC] Fixed a typo which leads to regression (#2121)Yang Liu2024-12-061-1/+1
* [BOX32][WRAPPER] Cosmetic fix an a function signatureptitSeb2024-12-061-1/+1
* [LA64_DYNAREC] Added XOR AX, Iw opcode (#2116)Leslie Zhai2024-12-061-0/+9
* [WRAPPER] Another improved dlsym wrapped function, hopefully fixing regressio...ptitSeb2024-12-061-1/+2
* [RV64_DYNAREC] Improve native flag handlingptitSeb2024-12-067-39/+68
* [BOX32][WRAPPER] Added a couple more 32bits wrapped functions to libcptitSeb2024-12-055-2/+8
* [BOX32][ELFLOADER] Be less strick when a symbol for R_386_32 relocation is mi...ptitSeb2024-12-051-2/+3
* [BOX32][WRAPPER] Fixed an issue wih an X11 32bits wrapped functionptitSeb2024-12-051-3/+4
* [BOX32][WRAPPER] Added one more 32bits wrapped function to libcptitSeb2024-12-051-1/+1
* [LA64_DYNAREC] Added HLT opcode (#2112)Leslie Zhai2024-12-051-0/+11
* [NON4KPAGE] Some more adjustments for non-4Kpagesize system (should help #2110)ptitSeb2024-12-052-7/+7
* [DYNAREC] Introduced TO_NAT to ease register mapping changes in future (#2111)Yang Liu2024-12-0567-3960/+4558
* Disable another execution test when pagesize is not 4KptitSeb2024-12-041-2/+2
* [BOX32] Upped max number of x11 display slot from 4 to 16ptitSeb2024-12-041-1/+1
* [BOX32] Some fixes to a few file related 32bits wrapped function (now windows...ptitSeb2024-12-046-25/+47
* [BOX32] Fix mystake on previous commitptitSeb2024-12-042-8/+3
* [BOX32][WRAPPER] Added ldiv 32bits wrapped function (now Undertale works with...ptitSeb2024-12-045-4/+8
* Added some more termux path to automatic ld_pathptitSeb2024-12-041-0/+8
* [BOX32][WRAPPER] Added a few more X11 32bits wrapped functionsptitSeb2024-12-046-5/+78
* [BOX32][WRAPPER] Fixed a typo in Xcursor wrapping (should help #2109)ptitSeb2024-12-041-1/+1
* [BOX32][WRAPPER] Fixed typos from previous buildptitSeb2024-12-031-4/+4
* [BOX32][WRAPER] Fixed Xcursor wrappingptitSeb2024-12-038-8/+187
* [ELFLOADER] Fixed a typo in a hackptitSeb2024-12-031-1/+1
* Fix X64 buildptitSeb2024-12-032-0/+2
* Improved signal handling ([BOX32] Too)ptitSeb2024-12-034-37/+416
* [LA64_DYNAREC] Fixed sign extension of 8-bit immediate in 66 opcodes (#2106)Yang Liu2024-12-031-19/+19
* [DYNAREC] Made weakbarrier=1 and pause=3 defaultptitSeb2024-12-031-2/+6
* Improved dlsym wrapped function, will find more symbols from emulated libsptitSeb2024-12-031-2/+9
* [WRAPPER] Wrapped more symbols in libcrypto3 (#2105)Yang Liu2024-12-038-13/+65
* [RV64_DYNAREC] Added simple opcodes fusion as "native flags" (#2102)Yang Liu2024-12-0234-798/+1172
* [ARM64_DYNAREC] Improved some x87 opcode behaviourptitSeb2024-12-0216-45/+99
* [INTERPRETER] Improved some x87 opcode behaviourptitSeb2024-12-024-28/+36
* [LA64_DYNAREC] Added INSB, INSD, OUTSB and OUTSD opcodes (#2100)Leslie Zhai2024-12-021-0/+24
* Android Long Double handling (#2101)ptitSeb2024-12-023-28/+117
* [BOX32] Some improvment on steam handlingptitSeb2024-12-022-1/+9
* [BOX32][WRAPPER] Improved 32bits freetype wrapping (wine explorer have correc...ptitSeb2024-12-016-224/+738
* [BOX32][WRAPPER] Improved networks functionsptitSeb2024-12-0111-9/+168
* *[ARM64_DYNAREC] Fixed some cases of memory access on BTR/BTS opcodes (for #2...ptitSeb2024-12-012-4/+4
* [BOX32][WRAPPER] Added a few more FreeType wrapped functionsptitSeb2024-11-306-27/+230
* [ARM64_DYNAREC] Added F2 0F 80..8F opcodesptitSeb2024-11-301-0/+37
* [BOX32][WRAPPER] This should fix the buildptitSeb2024-11-306-53/+52