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
*
[DYNAREC_RV64] Added more and more opcodes for flatout.exe (#1128)
Yang Liu
2023-12-08
4
-20
/
+179
*
[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
|
\
|
*
[DYNAREC_RV64] Use a temporary solution to get things to work (#1122)
Yang Liu
2023-12-07
1
-1
/
+3
*
|
Better way to handle multiple 3E/26 and F2/F3 prefixes ([DYNAREC] too)
ptitSeb
2023-12-07
2
-10
/
+14
|
/
*
Added 1 more gdk3 function
ptitSeb
2023-12-06
1
-0
/
+1
*
Added one more wrapped function to gtk3
ptitSeb
2023-12-06
4
-1
/
+9
*
[GTK3] Wrapped GtkFixed
ptitSeb
2023-12-06
3
-0
/
+42
*
Fixed a warning
ptitSeb
2023-12-06
1
-1
/
+1
*
Fix for non-dynarec build
ptitSeb
2023-12-06
2
-2
/
+2
*
[TRACE] Better trace for an issue inside a wrapper
ptitSeb
2023-12-06
1
-4
/
+6
*
[ARM64_DYNAREC] Made some opcode truer to what they should on some edge cases
ptitSeb
2023-12-06
7
-48
/
+193
*
[INTERPRETER] Made some opcode truer to what they should on some edge cases
ptitSeb
2023-12-06
3
-87
/
+246
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-12-06
1
-19
/
+130
|
\
|
*
[DYNAREC_RV64] Added more dasm support for thead extensions (#1118)
Yang Liu
2023-12-06
1
-19
/
+130
*
|
Added wrapped gtk_scrollable_get_type (for #1077)
ptitSeb
2023-12-06
1
-0
/
+1
|
/
*
Added mbstowcs_chk wrapped function
ptitSeb
2023-12-06
1
-1
/
+1
*
[INTERPRETER] Trigger a trap exception when CC is encountered
ptitSeb
2023-12-05
1
-3
/
+4
*
[32BITS] Forgot 66 54 opcode
ptitSeb
2023-12-05
1
-0
/
+1
*
[INTERPRETER] Refactored 0F A4/A5 opcodes for better readability
ptitSeb
2023-12-05
1
-5
/
+15
*
[INTERPRETER] Added addling to divide by 0 exception
ptitSeb
2023-12-05
3
-0
/
+36
*
[INTERPRETER] Call opcode also need getAlternate redirection
ptitSeb
2023-12-05
1
-0
/
+1
*
Show TLS resize warning only if old size is not 0
ptitSeb
2023-12-05
1
-1
/
+3
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-12-05
2
-199
/
+424
|
\
|
*
[DYNAREC_RV64] Refine printer and add support for Zb* extensions (#1115)
Yang Liu
2023-12-05
2
-199
/
+424
*
|
[DYNAREC] Removed unused code in strongmem emulation
ptitSeb
2023-12-05
5
-7
/
+4
|
/
*
Changes to be committed: (#1110)
Creeper-xie
2023-12-04
1
-4
/
+8
*
[ARM64_DYNAREC] More work on LOCK prefixed opcodes (Atomic still disabled)
ptitSeb
2023-12-03
6
-22
/
+59
*
[ARM64] Documented most HWCAP flags
ptitSeb
2023-12-03
1
-28
/
+29
*
[ARM64_DYNAREC] XLAT is 64bits by default on 64bits mode
ptitSeb
2023-12-03
1
-5
/
+1
*
[ARM64_DYNAREC] Added optionnal memory barrier to MOVS/STOS
ptitSeb
2023-12-02
1
-0
/
+6
*
[ARM64_DYNAREC] Restaured Memory Barrier on LOCK operation, and disable the u...
ptitSeb
2023-12-02
5
-8
/
+66
*
Added some more wrapped function to libdrm
ptitSeb
2023-12-02
6
-19
/
+87
*
[TERMUX] Added faked wrapped termux-exec and simplified output (#1103)
Lily
2023-12-02
13
-41
/
+184
*
[ARM64_DYNAREC] Generalized the use of Flag Manipulation Extension (if present)
ptitSeb
2023-12-02
5
-403
/
+84
*
[ARM64_DYNAREC] Fixed add8 OF flag emitter when Flag Manipulation Ext is supp...
ptitSeb
2023-12-02
1
-2
/
+2
*
Fixed some potentials segfault with wine apps (maybe other too)
ptitSeb
2023-12-01
1
-2
/
+4
*
[TERMUX] Hopefully this will fix it
ptitSeb
2023-12-01
2
-2
/
+2
*
[TERMUX] Added 2 faked wrapped libs (symbols should be in libc already)
ptitSeb
2023-12-01
5
-0
/
+56
[next]