about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [WRAPPER] Checked pangoft2 wrapping with new wrapperhelperptitSeb2024-12-123-8/+12
|
* [BOX32][WRAPPER] Added more libc and libresolv 32bits wrapped functionsptitSeb2024-12-128-19/+141
|
* [BOX32][WRAPPER] Another fix for older / strict compiler (for #2141)ptitSeb2024-12-111-1/+1
|
* [BOX32][WRAPPER] Added one more 32bits libX11 wrapped functionptitSeb2024-12-116-1/+16
|
* [BOX32] added a few more libc 32bits wrapped functionsptitSeb2024-12-114-10/+14
|
* [BOX32][WRAPPER] Try to fix some build issue on older system (for #2140)ptitSeb2024-12-111-1/+0
|
* [ARM64_DYNAREC] Force flags to be at least defered when priv opcode is run ↵ptitSeb2024-12-113-15/+75
| | | | on safeflags=2
* [DYNAREC] Small improvments on flags when end of block if trigger earlyptitSeb2024-12-112-5/+4
|
* [ARM64_DYNAREC] Better hadnling of flags on btx opcode familly ([COSIM] and ↵ptitSeb2024-12-113-50/+222
| | | | improved undefined flags when running with cosim)
* [INTERPRETER][COSIM] Better flags for btx opcode familly when running cosimptitSeb2024-12-113-0/+108
|
* [COSIM] Try to get more stable result on x87 stacks by unwinding status ↵ptitSeb2024-12-118-1/+44
| | | | before calling cosim
* [BOX32] Added a workaround for older system (should help #2138)ptitSeb2024-12-111-0/+4
|
* [WRAPPER] Added libcairo.so.2 as one of NEEDED_LIBS for gtk3 (#2136) (#2137)Leslie Zhai2024-12-111-1/+1
|
* [LA64] SIGRTMAX is 127 for ABI 1.0 (#2134)Leslie Zhai2024-12-111-0/+4
| | | | | | | * [LA64] SIGRTMAX is 127 for ABI 1.0 * [LA64] Added LARCH64_ABI_1 CMake option * [LA64] Change MAX_SIGNAL to 128 for ABI 1.0
* [BOX32][WRAPPER] Added 1 more 32bits libX11 wrapped functionptitSeb2024-12-104-1/+10
|
* [BOX32][WRAPPER] Fixed time signature (now steamcmd connect)ptitSeb2024-12-104-6/+10
|
* [BOX32][WRAPER] Improved pthread_mutex handling, and better trace for mutex ↵ptitSeb2024-12-101-8/+23
| | | | wrapped on LOG_DEBUG
* [BOX32][TRACE] Improved trace for a few libc callsptitSeb2024-12-101-0/+8
|
* [LA64_DYNAREC] Added more 660F opcodes (#2127)Leslie Zhai2024-12-103-1/+248
| | | | | | | | | | | | | * [LA64_DYNAREC] Added more 660F opcodes * [LA64_DYNAREC] Change VREPLGR2VR_D to VXOR_V * [LA64_DYNAREC] Optimize PMULHRSW Co-authored-by: Yang Liu <liuyang22@iscas.ac.cn> --------- Co-authored-by: Yang Liu <liuyang22@iscas.ac.cn>
* [INTERPRETER] Added 64bits 67 A1 opcode ([ARM64_DYNAREC] Too)ptitSeb2024-12-092-0/+17
|
* [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
| | | | | This commit addresses inconsistent runtime messages by correcting grammatical errors and typos, and properly handling singular and plural forms.
* [LA64_DYNAREC] Added AES opcodes (#2122)Leslie Zhai2024-12-071-0/+76
| | | | | * [LA64_DYNAREC] Added AES opcodes * [LA64_DYNAREC] Use LSX instruction instead
* 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 ↵ptitSeb2024-12-061-1/+2
| | | | regression (should help #2115)
* [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 ↵ptitSeb2024-12-051-2/+3
| | | | missing
* [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 ↵ptitSeb2024-12-046-25/+47
| | | | windows gog installer can be used with box32 and wine)
* [BOX32] Fix mystake on previous commitptitSeb2024-12-042-8/+3
|
* [BOX32][WRAPPER] Added ldiv 32bits wrapped function (now Undertale works ↵ptitSeb2024-12-045-4/+8
| | | | with box32, probably other linux gamestudio games too)
* 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
|