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
/
wrappedsdl2.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)
ptitSeb
2022-05-09
1
-1
/
+1
|
*
Some refactor on wrapped lib handling, to limit calloc/free used and get ↵
ptitSeb
2022-05-09
1
-103
/
+13
|
|
|
|
more straight forward usage of native wrapped functions (ported from box86)
*
Wrapped Vulkan libraries
ptitSeb
2021-11-21
1
-6
/
+5
|
*
Fixed SDL_Log wrapped function
ptitSeb
2021-10-23
1
-1
/
+1
|
*
More untested support for loongarch64 va_list
ptitSeb
2021-09-26
1
-1
/
+6
|
*
Fixed SDL2 build, allowing to include structures in function signatures
rajdakin
2021-08-01
1
-11
/
+9
|
*
Added fallback for SDL_GetJoystickGUIDInfo wrapped function if not in native ↵
ptitSeb
2021-07-05
1
-1
/
+25
|
|
|
|
lib (for #18)
*
Improved custom named libGL handling
ptitSeb
2021-06-01
1
-10
/
+20
|
*
SDL2 GL GetProcAddress also print detail with BOX64_DLSYM_ERROR now
ptitSeb
2021-05-30
1
-4
/
+11
|
*
Fixed some issue when GL is used via SDL2 only
ptitSeb
2021-04-25
1
-0
/
+2
|
*
First pass
rajdakin
2021-04-14
1
-6
/
+9
|
*
Fixed a warning in wrapped libsdl2
ptitSeb
2021-04-11
1
-1
/
+1
|
*
Forgot to add SDL1
rajdakin
2021-04-11
1
-2
/
+1
|
*
General improvements to box64 and fixed some SDL2 functions
rajdakin
2021-04-11
1
-158
/
+79
|
*
Fixed SDL AudioSpec structure definition
ptitSeb
2021-04-06
1
-0
/
+1
|
*
Fixed some wrapped function signature, and added a few more
ptitSeb
2021-03-30
1
-2
/
+2
|
*
Wraped some SDL2 printf functions
ptitSeb
2021-03-30
1
-26
/
+11
|
*
Better functions name resolving when using TRACE, and fixed some printf ↵
ptitSeb
2021-03-10
1
-3
/
+4
|
|
|
|
stuff again
*
Fixed an issue with SDL Thread Creation
ptitSeb
2021-03-09
1
-1
/
+2
|
*
Wrapped function SDL_LogXXXX needs va_list
ptitSeb
2021-03-07
1
-1
/
+2
|
*
Wrapped SDL_LogXXXX function correctly
ptitSeb
2021-03-07
1
-37
/
+9
|
*
Disabled va_list wrapped function in SDL2, wrapping is not done yet
ptitSeb
2021-03-07
1
-26
/
+26
|
*
Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal
ptitSeb
2021-03-07
1
-0
/
+994