about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RCFILE] Disable CALL/RET optimization for zoom (#1170) (#1174)Yang Liu2023-12-274-1/+6
* Added 2 more wrapped gtk3 functionsptitSeb2023-12-265-5/+21
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-12-264-37/+194
|\
| * [DYNAREC_RV64] Added more opcodes for VMP-protected GI (#1168)xctan2023-12-264-37/+194
* | More work on xcb wrapping, as xcb_connection_t needs alignmentptitSeb2023-12-26674-1237/+1668
|/
* [DYNAREC_RV64] Added more opcodes for VMP-protected GI (#1164)xctan2023-12-257-6/+524
* [INTERP] Added 64 66 39 CMP opcode (#1166)Yang Liu2023-12-251-0/+9
* New attempts at mmap fixingptitSeb2023-12-251-2/+2
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-12-255-1/+112
|\
| * [DYNAREC_RV64] Added more opcodes for ets2 (#1162)Yang Liu2023-12-245-1/+112
* | Small change with not 48bits memory space for mmap64 (might help #1163)ptitSeb2023-12-252-2/+6
|/
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-12-241-6/+13
|\
| * [DYNAREC_RV64] Ported INT 3/29 from arm (#1161)xctan2023-12-241-6/+13
* | Reviewed signatures of libxcb and libdbus libsptitSeb2023-12-2415-162/+187
|/
* Added more wrapped signature to libnuma and libxcb (should help #531)ptitSeb2023-12-245-7/+12
* [DYNAREC_RV64] Fixed shift masks for GI (#1160)xctan2023-12-242-7/+9
* Apply parameters when binary is behind a symlinkptitSeb2023-12-231-0/+2
* [INTERPRETER] Added 64/65 86 opcode (for #1156)ptitSeb2023-12-231-0/+26
* [DYNAREC_RV64] Added more opcodes for ets2 (#1158)Yang Liu2023-12-232-9/+68
* [RCFILE] Made so that BOX64_MAXCPU is the minimum value if set both on comman...ptitSeb2023-12-231-1/+6
* Small imrpovment to wrapped libc and mmapptitSeb2023-12-231-0/+13
* Addedempty wrapped libidn2 (for quake 2 rtx)ptitSeb2023-12-237-0/+78
* Cleanup some code (#1157)xctan2023-12-232-2/+1
* [DYNAREC_RV64] Fixed some bugs in the dynarec for ETS2 (#1155)Yang Liu2023-12-222-4/+7
* [DYNAREC_RV64] Added more opcodes and fixes (#1154)Yang Liu2023-12-225-4/+60
* [ARM64_DYNAREC] Added 64/65 23 opcodeptitSeb2023-12-221-0/+10
* [ARM64_DYNAREC] Partial rollback of previous commit, it was not goodptitSeb2023-12-222-22/+23
* [ARM64_DYNAREC] Small optim on CF flag computation for 8/16bits add/sub opera...ptitSeb2023-12-222-29/+25
* [WRAPPER] add dbus_message_iter_get_element_count auto wrapper (#1153)liuli2023-12-221-0/+1
* Added/Fix some 16bits PUSH POP opcode ([ARM64_DYNAREC] too) (for DaveTheDiver...ptitSeb2023-12-212-73/+36
* Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created...ptitSeb2023-12-215-5/+28
* Allocated more cleanup when needed to avoid frequent resizeptitSeb2023-12-211-2/+2
* Added more wrapped function to libnss3, libnssutils3 and libnspr4 (for GridAu...ptitSeb2023-12-2110-56/+170
* Removed a bridge field from librarian, it's not used anymoreptitSeb2023-12-212-6/+0
* This should fix x86_64 buildptitSeb2023-12-201-4/+4
* Expose max of 64 cpus core when Wine is launched (avoid buch of warning, and ...ptitSeb2023-12-202-30/+34
* Added 1 more syscallptitSeb2023-12-201-0/+1
* Removed old commented codeptitSeb2023-12-201-9/+0
* Small improvment on memory trackingptitSeb2023-12-201-10/+6
* Added syscall 316ptitSeb2023-12-201-0/+1
* [INTERPRETER] Added 64/65 0F BA opcode (for #1146)ptitSeb2023-12-181-0/+95
* Merge remote-tracking branch 'refs/remotes/origin/main'ptitSeb2023-12-186-107/+244
|\
| * [DYNAREC_RV64] Added FILD/FISTP i64 optimization (#1145)Yang Liu2023-12-186-107/+244
* | [DYNAREC] This should avoid useless segfault on bridge creationptitSeb2023-12-181-1/+1
* | [ARM64] Improved handling of unaligned access to device memory (for NVidia dr...ptitSeb2023-12-181-14/+14
|/
* [TRACE] Improve function name retreival in LOG=2 tracesptitSeb2023-12-182-14/+31
* [RCFILE] Fixed file leakptitSeb2023-12-181-0/+1
* [VUKAN] Added 1 more extensionptitSeb2023-12-181-1/+4
* [STEAM] Improved pressure-vessel emulationptitSeb2023-12-181-5/+13
* [DYNAREC_RV64] Fixed some bugs in x87 infra (#1143)Yang Liu2023-12-181-10/+16