about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedsdl1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrapped libraries refactor (#1257)rajdakin2024-02-101-8/+7
* Used AddCheckBridge were the check could make senseptitSeb2024-01-161-2/+2
* Fixed signature of SDL1 AudioCallback (for #952)ptitSeb2023-08-261-1/+1
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-3/+3
* | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)Yang Liu2023-05-071-4/+4
|/
* Refactored OpenGL symbol fetching and managmentptitSeb2023-03-051-46/+2
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-10/+7
* 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 more...ptitSeb2022-05-091-66/+11
* First passrajdakin2021-04-141-0/+1
* Forgot to add SDL1rajdakin2021-04-111-84/+35
* Better functions name resolving when using TRACE, and fixed some printf stuff...ptitSeb2021-03-101-4/+5
* Fixed an issue with SDL Thread CreationptitSeb2021-03-091-1/+2
* Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenalptitSeb2021-03-071-0/+574