about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [RCFILE] Limit number of cores to 16 for HueptitSeb2023-12-221-0/+3
* [WRAPPER] add dbus_message_iter_get_element_count auto wrapper (#1153)liuli2023-12-221-0/+1
* [RCFILE] Refixed GridAutosport profileptitSeb2023-12-211-3/+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-217-5/+48
* 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
* [RCFILE] Added FL64 Profile (#1149)Lily2023-12-201-0/+5
* 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
* [CMAKE] Asked minimum cmake version to be 3.13ptitSeb2023-12-201-1/+1
* 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
* [RCFILE] Added Crysis Remastered profileptitSeb2023-12-181-0/+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
* [ARM64] Added a new case of device memory unaligned writeptitSeb2023-12-181-0/+14
* Start of a new dev. cycleptitSeb2023-12-181-1/+1
* Bumped version to v0.2.6ptitSeb2023-12-153-1/+59
* Fix raspi5 building (#1142)Lily2023-12-152-2/+3
* Merge branch 'main' of https://github.com/ptitSeb/box64ptitSeb2023-12-151-2/+2
|\
| * Update README.mdptitSeb2023-12-151-2/+2
* | That debian changelog was outdated a bitptitSeb2023-12-151-0/+27
|/
* [ARM64_DYNAREC] Added one ore special case of device unaligned memory access ...ptitSeb2023-12-151-0/+22
* Added 1 more vulkan extensionptitSeb2023-12-151-0/+3
* Limit the number of CPU Core repported to 64 when running wine (or proton)ptitSeb2023-12-157-7/+30
* Added lldb option to JITGDBptitSeb2023-12-154-4/+7
* [ARM64_DYNAREC] fix emit_shld16(c) (#1141)liuli2023-12-151-4/+10
* Raspberry Pi 5 support (#1138)Martin Sundhaug2023-12-144-4/+21
* [LIBRARIES] Fixed lowercase libXrandr lib call (#1137)Lily2023-12-141-0/+2
* Added 1 more vulkan extensionptitSeb2023-12-134-1/+25
* [DYNAREC] Fixed a bug with latest dynarec changesptitSeb2023-12-131-1/+1
* Added 1 vulkan extension (for modern nvidia cards)ptitSeb2023-12-131-1/+6
* [DYNAREC] Update USage with latest callret infoptitSeb2023-12-131-2/+2
* [DYNAREC] Made callret default, improved callret efficiency, and dynarec spee...ptitSeb2023-12-1311-42/+95
* fix emit_shr16 (#1135)liuli2023-12-131-2/+2
* [DYNAREC] New attempt to make callret optim stable and usableptitSeb2023-12-128-17/+42