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
/
LLVMprivateGenerator
/
registered_structs.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-20
Some small changes to how cpuid is done (especially on core counts)
ptitSeb
2
-5
/
+22
2022-02-20
[TRACE] Small changes to function name print in trace
ptitSeb
1
-5
/
+5
2022-02-19
Make sure stack is correctly alligned on new thred (fixed SOR4 starting issues)
ptitSeb
1
-1
/
+3
2022-02-14
Fixed the backtrace wrapper (uses eh_frame information only)
rajdakin
12
-72
/
+917
2022-02-14
Fixed the CVTPD2DQ dynarec opcode
rajdakin
2
-5
/
+9
2022-02-13
[DYNAREC] Added 0F 3A 0F opcode
ptitSeb
1
-0
/
+24
2022-02-13
[DYNAREC] Added F2 0F D6 opcode
ptitSeb
1
-0
/
+12
2022-02-13
Added some code to detect if emulted program use old IMG_SavePNG_RW api inste...
ptitSeb
3
-14
/
+43
2022-02-11
Undo last commit
ptitSeb
1
-2
/
+2
2022-02-11
Fixed wrapped function IMG_SavePNG_RW from SDL2-image
ptitSeb
1
-2
/
+2
2022-02-11
Added 0F 3A 0F opcode
ptitSeb
1
-0
/
+27
2022-02-11
Added 1 wrapped function to libsdl2
ptitSeb
1
-1
/
+1
2022-02-11
[DYNAREC] Fixed an optimisation (intra-dynablock jump) that was broken for a ...
ptitSeb
6
-20
/
+22
2022-02-10
Added wrapped lldiv (for Ion Fury)
ptitSeb
4
-1
/
+5
2022-02-10
Small update to README_CN
ptitSeb
1
-1
/
+1
2022-02-10
Small update to README
ptitSeb
1
-2
/
+2
2022-02-06
Added F0 0F C0 opcode (for #210)
ptitSeb
1
-0
/
+17
2022-02-06
Added 2E opcode ([DYNAREC] too)
ptitSeb
2
-0
/
+4
2022-02-05
Added SDL_GetAudioDeviceSpec wrapped function to SDL2
ptitSeb
1
-0
/
+1
2022-02-03
ensure uc_link is properly initialized in getcontext(), fixes ppc64le
Cameron Kaiser
1
-0
/
+2
2022-02-02
Correct package name in Debian changelog
Adam Honse
1
-1
/
+1
2022-01-25
Added vswscanf wrapped function (for #216)
ptitSeb
4
-1
/
+16
2022-01-23
Wrapped g_initable_new and g_initable_new_valist from libgio2
ptitSeb
6
-73
/
+59
2022-01-23
Fix(?) of the better wrapping for g_option_context_add_main_entries
ptitSeb
1
-2
/
+2
2022-01-23
Better wrapping for g_option_context_add_main_entries
ptitSeb
5
-1
/
+64
2022-01-22
Added preliminary wrapped libFAudio; libgstreamer (and friends) and libgmp
ptitSeb
48
-6
/
+5534
2022-01-22
Added 66 F0 FF opcodes
ptitSeb
1
-0
/
+84
2022-01-22
Fixed elfloader symbol version searching (in sync with box86)
ptitSeb
1
-5
/
+7
2022-01-18
Add Python dependency to control file
Ryan Fortner
1
-1
/
+1
2022-01-18
Update COMPILE.md
Ryan Fortner
1
-1
/
+1
2022-01-18
upload base debianization
Ryan Fortner
10
-0
/
+86
2022-01-17
Improved 47bits memory limit for wine
ptitSeb
1
-14
/
+23
2022-01-17
Removed a duplicated macro
ptitSeb
1
-1
/
+0
2022-01-17
Improved wine detection
ptitSeb
1
-1
/
+3
2022-01-09
Fixed a typo in TBZ_MARK and TBNZ_MARK emitter (fixed infinite loop in Ex-Zod...
ptitSeb
1
-2
/
+2
2022-01-09
Small cleanup on unloading lib messages
ptitSeb
1
-2
/
+2
2022-01-09
[DYNAREC] Small optim to F0 81/83 /0 /5 opcodes
ptitSeb
1
-8
/
+8
2022-01-08