about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrapper.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved pthread wrappingptitSeb2021-04-121-0/+2
|
* Merge pull request #6 from rajdakin/generalImprovementsptitSeb2021-04-111-9/+7
|\ | | | | General improvements to box64 and fixed some SDL2 functions
| * General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-9/+7
| |
* | Added wrapped libSDL2_netptitSeb2021-04-111-0/+8
|/
* pthread_attr_t don't have the same size on x86_64 (0x38) and arm64 (0x40)...ptitSeb2021-04-091-0/+8
|
* Added a libvorbisfile wrapped function and fixed another one (structure as ↵ptitSeb2021-04-081-2/+2
| | | | argument are in the stack, always)
* Added a xcb wrapped functionptitSeb2021-04-081-3/+3
|
* Added wrapped libcairo, libpango, libpangoft2 and libpangocairoptitSeb2021-04-081-0/+104
|
* Added a few more wrapped libc functionsptitSeb2021-04-081-0/+3
|
* Added wrapped libcurl/libcurl-gnutlsptitSeb2021-04-071-0/+7
|
* Small changes to a few libGL wrapped function signatureptitSeb2021-04-071-3/+9
|
* Added wrapped ldiv functionptitSeb2021-04-061-0/+2
|
* Added wrapped libcrypto and libsslptitSeb2021-04-061-0/+117
|
* Fixed __realpath_chk wrappingptitSeb2021-04-061-1/+1
|
* Added some more GL wrapped functionsptitSeb2021-04-051-0/+8
|
* [WRAPPER] Added a new feature in the wrapper, forced all i32 to i64rajdakin2021-04-041-926/+1656
|
* One more libc wrapped functionptitSeb2021-04-031-0/+2
|
* Added some more libc wrapped functionsptitSeb2021-04-031-0/+2
|
* Added a few more libc wrapped function and fixed munmap wrappingptitSeb2021-04-021-0/+2
|
* Added some more libc wrapped functionsptitSeb2021-04-011-0/+2
|
* Added a few more libc wrapped functionsptitSeb2021-03-301-0/+4
|
* Changed wrapper generator to force 32bits i/u value to 64bitsptitSeb2021-03-301-932/+932
|
* Fixed some wrapped function signature, and added a few moreptitSeb2021-03-301-4/+0
|
* Wraped some SDL2 printf functionsptitSeb2021-03-301-0/+4
|
* Added __strtol_internal wrapped functionptitSeb2021-03-301-0/+2
|
* Added wrapped syslog and __syslog_chkptitSeb2021-03-291-0/+2
|
* Added wrapped libbz2 and liblzmaptitSeb2021-03-291-0/+16
|
* Goes with the new wrapped backtrace functionsptitSeb2021-03-291-0/+2
|
* Added more libc and pthreads wrapped functionsptitSeb2021-03-281-0/+4
|
* Added wrapped libudev0 and libudev1ptitSeb2021-03-261-0/+6
|
* Added more libc wrapped functionsptitSeb2021-03-261-0/+10
|
* Fixed a signature of an X11 wrapped functionptitSeb2021-03-261-2/+2
|
* Added more libc wrapped symbolsptitSeb2021-03-261-0/+2
|
* Added wrapped libdbus-1ptitSeb2021-03-261-0/+6
|
* Added wrapped libcups, plus some changes in wrapped libSDL2 and pthreadptitSeb2021-03-261-0/+10
|
* Added even more libc wrapped functionsptitSeb2021-03-261-0/+2
|
* Added more libc and libfontconfig wrapped functionsptitSeb2021-03-261-0/+2
|
* Added some more libc wrapped functionsptitSeb2021-03-261-0/+2
|
* Even more libc wrapped functionsptitSeb2021-03-251-0/+2
|
* Added wrapped libgnutlsptitSeb2021-03-251-0/+6
|
* Added wrapped libfontconfig and libfreetype, plus some elfloader/tls bugfixptitSeb2021-03-251-0/+50
|
* Fixed to ElfLoader and TLS, Syscall, mmap & co functions signature and a few ↵ptitSeb2021-03-251-3/+5
| | | | libc wrapped functions
* More libc wrapped symbolsptitSeb2021-03-251-2/+0
|
* Added wrapped libICE and libSM plus a few more libc wrapped functionsptitSeb2021-03-251-0/+6
|
* A bit more libc wrapped functionptitSeb2021-03-251-0/+2
|
* Added some more libc wrapped functionsptitSeb2021-03-251-0/+4
|
* Added a few more wrapped functionsptitSeb2021-03-251-0/+22
|
* Added a bunch of X11 related wrapped libsptitSeb2021-03-251-0/+58
|
* Added some more libc wrapped function (and now SuperHexagon works fine)ptitSeb2021-03-251-2/+24
|
* Added wrapped libvorbis and libvorbisfileptitSeb2021-03-251-0/+8
|