about summary refs log tree commit diff stats
path: root/rebuild_wrappers.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added preliminary support for wrapped libEGLptitSeb2022-06-051-0/+1
* Removed the Mapping importrajdakin2021-08-011-5/+4
* Forgot to update version numberrajdakin2021-08-011-2/+1
* Fixed SDL2 build, allowing to include structures in function signaturesrajdakin2021-08-011-281/+547
* Fixed some wrapped functions, upgraded the rebuild_wrapper script [SDL2 DOESN...rajdakin2021-07-311-60/+146
* [DYNAREC] Improved the fast native call pathptitSeb2021-07-021-4/+7
* Fixed python wrapper builderptitSeb2021-06-051-18/+25
* Fixed some wrapped functions, upgraded the python scriptrajdakin2021-06-041-20/+35
* Fixed the Python script/added more typingrajdakin2021-06-031-117/+148
* Added types to the Python script, fixed some issuesrajdakin2021-06-021-212/+374
* Added some comments to the Python script, changed little thingsrajdakin2021-06-021-37/+122
* Fixed nexttoward(f) wrapped functions, and improved long double handlingptitSeb2021-04-171-1/+1
* First passrajdakin2021-04-141-2/+6
* General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-52/+109
* Added a libvorbisfile wrapped function and fixed another one (structure as ar...ptitSeb2021-04-081-36/+27
* [WRAPPER] Added a new feature in the wrapper, forced all i32 to i64rajdakin2021-04-041-134/+185
* Changed wrapper generator to force 32bits i/u value to 64bitsptitSeb2021-03-301-8/+9
* Added wrapped vfprintf and fprintf functionsptitSeb2021-03-081-2/+2
* Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenalptitSeb2021-03-071-69/+19
* More work on wrapped lib and elf relocationsptitSeb2021-03-061-2/+2
* Somes fixes to float/double/long double handling in va_listptitSeb2021-03-051-1/+1
* Fixed phtread_t that is a unsigned long instead of a unsigned intptitSeb2021-03-051-1/+1
* Added printf wrapped function and some VA_ARG workptitSeb2021-03-051-13/+17
* Added first attempt at function wrappingptitSeb2021-03-041-35/+136
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+511