index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM64_DYNAREC] Partial rollback of previous commit, it was not good
ptitSeb
2023-12-22
2
-22
/
+23
*
[ARM64_DYNAREC] Small optim on CF flag computation for 8/16bits add/sub opera...
ptitSeb
2023-12-22
2
-29
/
+25
*
[RCFILE] Limit number of cores to 16 for Hue
ptitSeb
2023-12-22
1
-0
/
+3
*
[WRAPPER] add dbus_message_iter_get_element_count auto wrapper (#1153)
liuli
2023-12-22
1
-0
/
+1
*
[RCFILE] Refixed GridAutosport profile
ptitSeb
2023-12-21
1
-3
/
+1
*
Added/Fix some 16bits PUSH POP opcode ([ARM64_DYNAREC] too) (for DaveTheDiver...
ptitSeb
2023-12-21
2
-73
/
+36
*
Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created...
ptitSeb
2023-12-21
7
-5
/
+48
*
Allocated more cleanup when needed to avoid frequent resize
ptitSeb
2023-12-21
1
-2
/
+2
*
Added more wrapped function to libnss3, libnssutils3 and libnspr4 (for GridAu...
ptitSeb
2023-12-21
10
-56
/
+170
*
Removed a bridge field from librarian, it's not used anymore
ptitSeb
2023-12-21
2
-6
/
+0
*
[RCFILE] Added FL64 Profile (#1149)
Lily
2023-12-20
1
-0
/
+5
*
This should fix x86_64 build
ptitSeb
2023-12-20
1
-4
/
+4
*
Expose max of 64 cpus core when Wine is launched (avoid buch of warning, and ...
ptitSeb
2023-12-20
2
-30
/
+34
*
[CMAKE] Asked minimum cmake version to be 3.13
ptitSeb
2023-12-20
1
-1
/
+1
*
Added 1 more syscall
ptitSeb
2023-12-20
1
-0
/
+1
*
Removed old commented code
ptitSeb
2023-12-20
1
-9
/
+0
*
Small improvment on memory tracking
ptitSeb
2023-12-20
1
-10
/
+6
*
Added syscall 316
ptitSeb
2023-12-20
1
-0
/
+1
*
[INTERPRETER] Added 64/65 0F BA opcode (for #1146)
ptitSeb
2023-12-18
1
-0
/
+95
*
Merge remote-tracking branch 'refs/remotes/origin/main'
ptitSeb
2023-12-18
6
-107
/
+244
|
\
|
*
[DYNAREC_RV64] Added FILD/FISTP i64 optimization (#1145)
Yang Liu
2023-12-18
6
-107
/
+244
*
|
[DYNAREC] This should avoid useless segfault on bridge creation
ptitSeb
2023-12-18
1
-1
/
+1
*
|
[ARM64] Improved handling of unaligned access to device memory (for NVidia dr...
ptitSeb
2023-12-18
1
-14
/
+14
|
/
*
[TRACE] Improve function name retreival in LOG=2 traces
ptitSeb
2023-12-18
2
-14
/
+31
*
[RCFILE] Fixed file leak
ptitSeb
2023-12-18
1
-0
/
+1
*
[VUKAN] Added 1 more extension
ptitSeb
2023-12-18
1
-1
/
+4
*
[RCFILE] Added Crysis Remastered profile
ptitSeb
2023-12-18
1
-0
/
+4
*
[STEAM] Improved pressure-vessel emulation
ptitSeb
2023-12-18
1
-5
/
+13
*
[DYNAREC_RV64] Fixed some bugs in x87 infra (#1143)
Yang Liu
2023-12-18
1
-10
/
+16
*
[ARM64] Added a new case of device memory unaligned write
ptitSeb
2023-12-18
1
-0
/
+14
*
Start of a new dev. cycle
ptitSeb
2023-12-18
1
-1
/
+1
*
Bumped version to v0.2.6
ptitSeb
2023-12-15
3
-1
/
+59
*
Fix raspi5 building (#1142)
Lily
2023-12-15
2
-2
/
+3
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-12-15
1
-2
/
+2
|
\
|
*
Update README.md
ptitSeb
2023-12-15
1
-2
/
+2
*
|
That debian changelog was outdated a bit
ptitSeb
2023-12-15
1
-0
/
+27
|
/
*
[ARM64_DYNAREC] Added one ore special case of device unaligned memory access ...
ptitSeb
2023-12-15
1
-0
/
+22
*
Added 1 more vulkan extension
ptitSeb
2023-12-15
1
-0
/
+3
*
Limit the number of CPU Core repported to 64 when running wine (or proton)
ptitSeb
2023-12-15
7
-7
/
+30
*
Added lldb option to JITGDB
ptitSeb
2023-12-15
4
-4
/
+7
*
[ARM64_DYNAREC] fix emit_shld16(c) (#1141)
liuli
2023-12-15
1
-4
/
+10
*
Raspberry Pi 5 support (#1138)
Martin Sundhaug
2023-12-14
4
-4
/
+21
*
[LIBRARIES] Fixed lowercase libXrandr lib call (#1137)
Lily
2023-12-14
1
-0
/
+2
*
Added 1 more vulkan extension
ptitSeb
2023-12-13
4
-1
/
+25
*
[DYNAREC] Fixed a bug with latest dynarec changes
ptitSeb
2023-12-13
1
-1
/
+1
*
Added 1 vulkan extension (for modern nvidia cards)
ptitSeb
2023-12-13
1
-1
/
+6
*
[DYNAREC] Update USage with latest callret info
ptitSeb
2023-12-13
1
-2
/
+2
*
[DYNAREC] Made callret default, improved callret efficiency, and dynarec spee...
ptitSeb
2023-12-13
11
-42
/
+95
*
fix emit_shr16 (#1135)
liuli
2023-12-13
1
-2
/
+2
*
[DYNAREC] New attempt to make callret optim stable and usable
ptitSeb
2023-12-12
8
-17
/
+42
[next]