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
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[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
1
-1
/
+1
*
[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
3
-4
/
+6
*
[ARM64_DYNAREC] fix emit_shld16(c) (#1141)
liuli
2023-12-15
1
-4
/
+10
*
[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] Made callret default, improved callret efficiency, and dynarec spee...
ptitSeb
2023-12-13
10
-37
/
+91
*
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
*
Added 1 wrapped symbol to libcups
ptitSeb
2023-12-11
1
-1
/
+1
*
[DYNAREC] Rollback most callret changes for now, they are not good enough
ptitSeb
2023-12-11
7
-38
/
+11
*
[INTERPRETER] Added 67 0F 29 opcode
ptitSeb
2023-12-11
1
-0
/
+8
*
[DYNAREC] Try to improve stability of BOX64_DYNAREC_CALLRET=1 (not really sup...
ptitSeb
2023-12-11
8
-14
/
+45
*
[DYNAREC_RV64] Added more opcodes for flatout.exe (#1134)
Yang Liu
2023-12-10
4
-24
/
+123
*
[DYNAREC_RV64] Added more opcodes for flatout.exe (#1133)
Yang Liu
2023-12-10
3
-1
/
+100
*
Added lib64 to loaded libs in pressur-vessel emulation
ptitSeb
2023-12-09
1
-1
/
+3
*
[DYNAREC_RV64] Added more opcodes for flatout.exe (#1132)
Yang Liu
2023-12-09
6
-13
/
+179
*
Small fixes to a few pulse wrapped symbol signature
ptitSeb
2023-12-09
4
-5
/
+15
*
Fixed a signal handler (helps wine stuffs)
ptitSeb
2023-12-08
1
-1
/
+1
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-12-08
4
-20
/
+179
|
\
|
*
[DYNAREC_RV64] Added more and more opcodes for flatout.exe (#1128)
Yang Liu
2023-12-08
4
-20
/
+179
*
|
[ARM64_DYNAREC] Fixed 66 A4/AC opcodes
ptitSeb
2023-12-08
1
-0
/
+2
|
/
*
[DYNAREC_RV64] Added more opcodes for flatout.exe (#1126)
Yang Liu
2023-12-08
3
-9
/
+114
*
Added a couple of wrapped gtk3/gdk3 function (for #1120)
ptitSeb
2023-12-08
5
-1
/
+11
*
Refactored wrapping of libpulse
ptitSeb
2023-12-08
1
-264
/
+312
*
More wrapped gtk3 functions
ptitSeb
2023-12-08
1
-0
/
+1
*
Small fixes to new pulse additions
ptitSeb
2023-12-08
1
-2
/
+3
*
Added some new wrapped function to pulseaudio
ptitSeb
2023-12-07
6
-1
/
+47
*
Many new (and some fixed) gtk3/gdk3 functions (for Cemu)
ptitSeb
2023-12-07
7
-16
/
+110
*
[DYNAREC] Small change to signal handling and unexpected segfault
ptitSeb
2023-12-07
1
-5
/
+10
*
Fixes DynaCall when a uc_link has been setup before
ptitSeb
2023-12-07
1
-0
/
+4
*
[TRACE] Better trace for some specific jump
ptitSeb
2023-12-07
1
-2
/
+6
*
Fixed some Callback signature for wrapped libpng16
ptitSeb
2023-12-07
1
-4
/
+4
*
[DYNAREC_RV64] Added unaligned support for some LOCK opcodes (#1123)
Yang Liu
2023-12-07
1
-3
/
+43
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-12-07
1
-1
/
+3
|
\
[next]