| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [BOX32][WRAPPER] Added 32bits wrapping for SDL2_image | ptitSeb | 2024-09-30 | 1 | -0/+6 |
| | | |||||
| * | [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing ↵ | ptitSeb | 2024-09-29 | 1 | -0/+1 |
| | | | | | fonts in many games ([BOX64] also fixed some SDL2 signature on RWops) | ||||
| * | [WRAPPING] Fixed some (very) old issue with SDL2 RWops wrapping | ptitSeb | 2024-09-22 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | A few cosmetic fixes (#858) | Alexandre Julliard | 2023-06-24 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | * [DYNAREC] Don't include pthread.h in C files. It's already included from box64context.h. Since there's no pthread.h on Win32, including it only once avoids having to add ifdefs everywhere. * [DYNAREC] Remove some duplicate definitions of the GETG helper macros. * Declare void functions with an explicit void. To avoid 'function declaration is not a prototype' warnings when using -Wstrict-prototypes. * Avoid including bridge_private.h in files that don't need it. * Avoid defining ZYDIS_RUNTIME_ADDRESS_NONE. It's not used, and conflicts with the original Zydis headers. | ||||
| * | Added some code to detect if emulted program use old IMG_SavePNG_RW api ↵ | ptitSeb | 2022-02-13 | 1 | -0/+1 |
| | | | | | instead of current one | ||||
| * | General improvements to box64 and fixed some SDL2 functions | rajdakin | 2021-04-11 | 1 | -4/+4 |
| | | |||||
| * | Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal | ptitSeb | 2021-03-07 | 1 | -0/+31 |