about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added wrapped libicuuc and libicui18n v74ptitSeb2024-01-0512-0/+316
* [DYNAREC_RV64] Added CALL/RET optimization (#1183)Yang Liu2024-01-057-55/+91
* [ARM64_DYNAREC] A few more FRINTTS extension useptitSeb2024-01-051-32/+44
* [ARM64_DYNAREC] More FRINTTS useptitSeb2024-01-053-33/+61
* [ARM64_DYNAREC] Attempt to use FRINTTS extensionptitSeb2024-01-052-57/+55
* [ARM64_DYNAREC] Simplified a bit CALLRET fallback handling on stack unsyncptitSeb2024-01-052-10/+3
* [WRAPPERS] Add a `isSimpleWrapper` function for RV64 (#1185)rajdakin2024-01-05644-644/+1002
* Added 1 more symbol to wrapped libgnutlsptitSeb2024-01-041-1/+1
* [ARM64_DYNAREC] Fixed CALLRET optim when unsync occur, should help stabilityptitSeb2024-01-041-2/+2
* [DYNAREC] Switched back CALLRET to 0 by Default, many things like GoG Wine In...ptitSeb2024-01-021-1/+1
* [RCFILE] Add a function to quickly get current process nameptitSeb2024-01-022-1/+6
* [TRACE] Better trace for read wrapped functionptitSeb2024-01-021-1/+15
* [ARM64] Improved fast path for unaligned access to device memory (for NVidia ...ptitSeb2024-01-011-8/+8
* Fixed issue on rbtree on rb_get_end when end is another blockptitSeb2023-12-311-13/+19
* More xcb_connection_t wrapping for vulkanptitSeb2023-12-316-3/+25
* [ARM64_DYNAREC] Some more warning fixesptitSeb2023-12-312-4/+5
* Fixed some (nasty sometimes) warningptitSeb2023-12-315-17/+17
* [MEMORY] Switched from a sparse array to a red-black tree (#1180)rajdakin2023-12-3112-394/+1028
* [DYNAREC_RV64] Fixed a nasty bug in GETEX, but left optim opportunity for lat...Yang Liu2023-12-281-2/+4
* [WRAPPER] Added 4 more wrapped glib2 functions (for #1175) (#1176)Yang Liu2023-12-284-4/+25
* [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