| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added preliminary support for wrapped libEGL | ptitSeb | 2022-06-05 | 1 | -0/+1 |
| * | Removed the Mapping import | rajdakin | 2021-08-01 | 1 | -5/+4 |
| * | Forgot to update version number | rajdakin | 2021-08-01 | 1 | -2/+1 |
| * | Fixed SDL2 build, allowing to include structures in function signatures | rajdakin | 2021-08-01 | 1 | -281/+547 |
| * | Fixed some wrapped functions, upgraded the rebuild_wrapper script [SDL2 DOESN... | rajdakin | 2021-07-31 | 1 | -60/+146 |
| * | [DYNAREC] Improved the fast native call path | ptitSeb | 2021-07-02 | 1 | -4/+7 |
| * | Fixed python wrapper builder | ptitSeb | 2021-06-05 | 1 | -18/+25 |
| * | Fixed some wrapped functions, upgraded the python script | rajdakin | 2021-06-04 | 1 | -20/+35 |
| * | Fixed the Python script/added more typing | rajdakin | 2021-06-03 | 1 | -117/+148 |
| * | Added types to the Python script, fixed some issues | rajdakin | 2021-06-02 | 1 | -212/+374 |
| * | Added some comments to the Python script, changed little things | rajdakin | 2021-06-02 | 1 | -37/+122 |
| * | Fixed nexttoward(f) wrapped functions, and improved long double handling | ptitSeb | 2021-04-17 | 1 | -1/+1 |
| * | First pass | rajdakin | 2021-04-14 | 1 | -2/+6 |
| * | General improvements to box64 and fixed some SDL2 functions | rajdakin | 2021-04-11 | 1 | -52/+109 |
| * | Added a libvorbisfile wrapped function and fixed another one (structure as ar... | ptitSeb | 2021-04-08 | 1 | -36/+27 |
| * | [WRAPPER] Added a new feature in the wrapper, forced all i32 to i64 | rajdakin | 2021-04-04 | 1 | -134/+185 |
| * | Changed wrapper generator to force 32bits i/u value to 64bits | ptitSeb | 2021-03-30 | 1 | -8/+9 |
| * | Added wrapped vfprintf and fprintf functions | ptitSeb | 2021-03-08 | 1 | -2/+2 |
| * | Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal | ptitSeb | 2021-03-07 | 1 | -69/+19 |
| * | More work on wrapped lib and elf relocations | ptitSeb | 2021-03-06 | 1 | -2/+2 |
| * | Somes fixes to float/double/long double handling in va_list | ptitSeb | 2021-03-05 | 1 | -1/+1 |
| * | Fixed phtread_t that is a unsigned long instead of a unsigned int | ptitSeb | 2021-03-05 | 1 | -1/+1 |
| * | Added printf wrapped function and some VA_ARG work | ptitSeb | 2021-03-05 | 1 | -13/+17 |
| * | Added first attempt at function wrapping | ptitSeb | 2021-03-04 | 1 | -35/+136 |
| * | More infrastructure added to elf and x64 emu | ptitSeb | 2021-03-03 | 1 | -0/+511 |