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
/
wrapped
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added 2 more wrapped function to libgnutls (for #210)
ptitSeb
2023-03-09
1
-2
/
+5
*
Added libresolv to libc for glibc2.34+ (might help #210)
ptitSeb
2023-03-09
1
-1
/
+2
*
Added some special case to the CPU Name grabbing
ptitSeb
2023-03-06
1
-9
/
+11
*
Fixed cpu name extraction for big.LITTLE configurations
ptitSeb
2023-03-06
1
-0
/
+6
*
Change branding of Cpu to refect Box64 and the cpu it's running on
ptitSeb
2023-03-06
1
-0
/
+40
*
Wrapped 1 more libc function for bash (for #770)
ptitSeb
2023-03-06
4
-2
/
+7
*
Added back the load of libGL when using GL in SDL2 (fixed regression with Nuc...
ptitSeb
2023-03-05
1
-0
/
+8
*
Removed a warning when getting glXGetProcAddress with a glXGetProcAddress fun...
ptitSeb
2023-03-05
1
-1
/
+3
*
Added wrapped libGLX
ptitSeb
2023-03-05
6
-0
/
+149
*
Refactored OpenGL symbol fetching and managment
ptitSeb
2023-03-05
4
-290
/
+281
*
Added some more wrapped function for zoom (for #510, #451, #302...)
ptitSeb
2023-03-05
10
-10
/
+26
*
Added wrapped libibus and a few other libgtk fixed
ptitSeb
2023-03-04
9
-3
/
+686
*
Better way to use CREATE_VALIST_FROM_VAARG macro
ptitSeb
2023-03-03
1
-4
/
+4
*
Use CREATE_VALIST_FROM_VAARG if exist on XXprintf family
ptitSeb
2023-03-02
1
-0
/
+16
*
Merge branch 'main' into steam_chrome
ptitSeb
2023-03-02
1
-2
/
+2
|
\
|
*
Added a couple of wrapped function to libm (for #496)
ptitSeb
2023-02-28
1
-2
/
+2
*
|
[DYNAREC] Small imrvment in managing memory protection
ptitSeb
2023-02-25
1
-1
/
+1
*
|
Merge branch 'main' into steam_chrome
ptitSeb
2023-02-23
6
-8
/
+64
|
\
|
|
*
[D3DADAPTER9] Added support for CreateDeviceEx
ptitSeb
2023-02-23
6
-8
/
+64
*
|
Merge branch 'main' into steam_chrome
ptitSeb
2023-02-21
10
-300
/
+584
|
\
|
|
*
Added a large batch of libssl/libcrypto wrapped functions (for StardewValley)
ptitSeb
2023-02-21
10
-300
/
+584
|
*
wrap _XAsyncErrorHandler
Alyssa Rosenzweig
2023-02-20
1
-1
/
+1
*
|
Merge branch 'main' into steam_chrome
ptitSeb
2023-02-20
1
-3
/
+3
|
\
|
|
*
Added some more libFAudio wrapped functions
ptitSeb
2023-02-20
1
-3
/
+3
|
*
Added some more wrapped functions to gstreamer and gsttag
ptitSeb
2023-02-19
2
-6
/
+6
*
|
Added some more wrapped functions to gstreamer and gsttag
ptitSeb
2023-02-20
2
-6
/
+6
*
|
Preliminary work to get steamwebhelper working
ptitSeb
2023-02-18
1
-5
/
+6
|
/
*
Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...
ptitSeb
2023-02-17
1
-5
/
+59
*
wrapped: Wrap two more gsettings functions
Alfred Neumayer
2023-02-16
1
-2
/
+2
*
Some improvment to wrapped gtk3 and friends
ptitSeb
2023-02-14
3
-3
/
+3
*
fprintf wrapped libasound dummy_error_handler to stderr instead of box trace ...
ptitSeb
2023-02-14
1
-4
/
+3
*
Fixed a small warning
ptitSeb
2023-02-13
1
-1
/
+11
*
Various minor warning fixes
ptitSeb
2023-02-13
3
-3
/
+3
*
Also needed a RunFunctionWindows, following the Windows Calling Convention (a...
ptitSeb
2023-02-12
1
-3
/
+3
*
[WRAPPERS] Version update
rajdakin
2023-02-12
539
-539
/
+539
*
[WRAPPERS] Fixed the Windows ABI
rajdakin
2023-02-12
3
-332
/
+332
*
[WRAPPER] Forgot to filter out Windows function from isSimpleWrapper()
rajdakin
2023-02-12
1
-52
/
+0
*
Change all d3dadapter9 to W type of wrappers
ptitSeb
2023-02-12
8
-975
/
+1204
*
Added preliminary support for d3dadapter9, but need more work on calling conv...
ptitSeb
2023-02-12
18
-6
/
+2398
*
Added some more gtk3 wrapped functions
ptitSeb
2023-02-12
4
-32
/
+39
*
Added some more function to wrapped libgcrypt.so
ptitSeb
2023-02-11
6
-14
/
+105
*
Added a couple of wrapped libX11 function (for #503)
ptitSeb
2023-02-04
1
-2
/
+2
*
Added fts64_XXX wrapped functions to libc (for #503)
ptitSeb
2023-02-04
4
-5
/
+15
*
Added partial support for register_printf_specifier and friend (for #503)
ptitSeb
2023-02-04
4
-4
/
+92
*
Added sqrtl wrapped function (for #503)
ptitSeb
2023-02-04
1
-1
/
+5
*
Added some more wrapped functions to glib2 and gobject2 (for #503)
ptitSeb
2023-02-04
9
-29
/
+142
*
Added 1 vulkan extension
ptitSeb
2023-01-29
1
-0
/
+33
*
Added a couple of extension to libGL wrapper
ptitSeb
2023-01-29
1
-0
/
+8
*
dlopen with RTLD_NOLOAD flags should inc refcount if lib is present
ptitSeb
2023-01-29
1
-2
/
+0
*
Fixed another regression from last lib init/fini refactor (fixed SiliconZero ...
ptitSeb
2023-01-28
1
-7
/
+5
[prev]
[next]