about summary refs log tree commit diff stats
path: root/src/libtools/sdl2rwops.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+0
|
* [BOX32][WRAPPER] Added 32bits wrapping for SDL2_imageptitSeb2024-09-301-0/+20
|
* [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing ↵ptitSeb2024-09-291-5/+60
| | | | fonts in many games ([BOX64] also fixed some SDL2 signature on RWops)
* [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881)Yang Liu2024-09-271-6/+64
|
* [WRAPPING] Fixed some (very) old issue with SDL2 RWops wrappingptitSeb2024-09-221-10/+10
|
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more ↵ptitSeb2024-02-151-2/+2
| | | | cleaning need to be done, but that's a first step (should help #422, #360, #1046 and probably others)
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-7/+7
| |
* | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768)Yang Liu2023-05-071-9/+9
|/ | | | | | | | | * [WRAPPER] Used RunFunctionFmt for better sign-extend handling * [WRAPPER] Fixed some typos * [WRAPPER] Use L for unsigned long for better portability * [WRAPPER] More replace from U to L
* Added support for running native SDL2_mixer (and image/ttf too) with ↵ptitSeb2023-03-251-0/+27
| | | | emulated SDL2
* Added some code to detect if emulted program use old IMG_SavePNG_RW api ↵ptitSeb2022-02-131-10/+28
| | | | instead of current one
* Small fix for sdl2rwops emulated closeptitSeb2021-06-161-1/+3
|
* Better functions name resolving when using TRACE, and fixed some printf ↵ptitSeb2021-03-101-1/+1
| | | | stuff again
* Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenalptitSeb2021-03-071-0/+185