about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedsdl2.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Small change to avoid wlib_t declaration in wrappedlibs.h (from box86)ptitSeb2022-05-091-1/+1
|
* Some refactor on wrapped lib handling, to limit calloc/free used and get ↵ptitSeb2022-05-091-103/+13
| | | | more straight forward usage of native wrapped functions (ported from box86)
* Wrapped Vulkan librariesptitSeb2021-11-211-6/+5
|
* Fixed SDL_Log wrapped functionptitSeb2021-10-231-1/+1
|
* More untested support for loongarch64 va_listptitSeb2021-09-261-1/+6
|
* Fixed SDL2 build, allowing to include structures in function signaturesrajdakin2021-08-011-11/+9
|
* Added fallback for SDL_GetJoystickGUIDInfo wrapped function if not in native ↵ptitSeb2021-07-051-1/+25
| | | | lib (for #18)
* Improved custom named libGL handlingptitSeb2021-06-011-10/+20
|
* SDL2 GL GetProcAddress also print detail with BOX64_DLSYM_ERROR nowptitSeb2021-05-301-4/+11
|
* Fixed some issue when GL is used via SDL2 onlyptitSeb2021-04-251-0/+2
|
* First passrajdakin2021-04-141-6/+9
|
* Fixed a warning in wrapped libsdl2ptitSeb2021-04-111-1/+1
|
* Forgot to add SDL1rajdakin2021-04-111-2/+1
|
* General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-158/+79
|
* Fixed SDL AudioSpec structure definitionptitSeb2021-04-061-0/+1
|
* Fixed some wrapped function signature, and added a few moreptitSeb2021-03-301-2/+2
|
* Wraped some SDL2 printf functionsptitSeb2021-03-301-26/+11
|
* Better functions name resolving when using TRACE, and fixed some printf ↵ptitSeb2021-03-101-3/+4
| | | | stuff again
* Fixed an issue with SDL Thread CreationptitSeb2021-03-091-1/+2
|
* Wrapped function SDL_LogXXXX needs va_listptitSeb2021-03-071-1/+2
|
* Wrapped SDL_LogXXXX function correctlyptitSeb2021-03-071-37/+9
|
* Disabled va_list wrapped function in SDL2, wrapping is not done yetptitSeb2021-03-071-26/+26
|
* Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenalptitSeb2021-03-071-0/+994