about summary refs log tree commit diff stats
path: root/src/wrapped32 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ha...ptitSeb2024-09-2314-66/+582
* [BOX32][WRAPPER] One more 32bits wrapped libX11 functionptitSeb2024-09-236-1/+24
* [BOX32] Addeda few more 32bits wrapped x11 functionsptitSeb2024-09-231-3/+3
* [BOX32][WRAPPER] More 32bits wrapped function to libX11ptitSeb2024-09-238-87/+223
* [BOX32] Improved semaphore wrappingptitSeb2024-09-231-30/+44
* [BOX32][WRAPPER] Added 32bits wrapped openalptitSeb2024-09-238-0/+459
* [BOX32][WRAPPER] Added a couple of 32bits libx11 functionsptitSeb2024-09-221-2/+2
* [BOX32][WRAPPER] Added some more libX11 and libc 32bits wrapped function, and...ptitSeb2024-09-2228-40/+532
* [BOX32][wrapper] Added some basic 32bits X11 wrapping, fixed 32bits sem_XXX w...ptitSeb2024-09-2220-240/+3879
* [BOX32] Added some more 32bits wrapped functionsptitSeb2024-09-216-16/+31
* [BOX32] Fixed wrapping of __ctype_b, __ctype_tolower and __ctype_toupperptitSeb2024-09-211-6/+6
* [BOX32] Added 32bits wrapped libGLUptitSeb2024-09-218-0/+343
* [BOX32] Added some more 32bits wrapped functions (Chicken Invaders 3 works, b...ptitSeb2024-09-2111-56/+121
* [BOX32][WRAPPER] Added minimum 32bits libasound supportptitSeb2024-09-198-0/+1652
* [BOX32] Added 1 more wrapped 32bits libc functionptitSeb2024-09-164-1/+5
* [BOX32] Fixed an issue with using 32bits OpenGL with SDL1.2ptitSeb2024-09-161-1/+1
* [BOX32] Added some more 32bits wrapped function, and fixing some SDL onesptitSeb2024-09-165-5/+40
* Added a hack so program that wprintf to the console actualy work if box64 alr...ptitSeb2024-09-141-0/+7
* [BOX32][WRAPPER] Added more 32bits sdl1 and libc symbolsptitSeb2024-09-149-65/+200
* [BOX32] Added a few libc 32biyts wrapped functionsptitSeb2024-09-144-3/+12
* [BOX32] Added (mostly untested) wrapped libGL and minimum SDL1 (SDLgears and ...ptitSeb2024-09-1416-4/+7858
* [BOX32] More small 32bits signature adjustmentsptitSeb2024-09-131-5/+5
* [BOX32] Added one more wrapped 32bits libc functionptitSeb2024-09-131-1/+1
* [BOX32] Adjusted some 32bits wrapped functionsptitSeb2024-09-135-23/+23
* [BOX32] Fixed 32bits wrapped localeconv (for #1780)ptitSeb2024-09-131-0/+1
* [BOX32][WRAPPER] Added support for old pthread_kill (fixing hanging steamcmd)ptitSeb2024-09-113-3/+4
* [BOX32] Put back pthread_t behind hash, but ease hash range to have more nati...ptitSeb2024-09-105-68/+72
* [BOX32] Fix and simplified 32bits threads handlingptitSeb2024-09-105-77/+73
* [BOX32] Fixed wrapping 32bits version of __cxa_finalizeptitSeb2024-09-101-1/+1
* [BOX32] Added some more 32bits wrapped function to libcptitSeb2024-09-036-11/+47
* [BOX32] Fixed a missing box_freeptitSeb2024-09-031-1/+1
* [BOX32] Various small fixesptitSeb2024-09-026-35/+39
* [BOX32] Better handling for FILE*ptitSeb2024-09-016-129/+148
* [BOX32] Fixes and hacks to get steamcmd shows the promptptitSeb2024-09-015-7/+13
* [BOX32] Some fixes to strtol/strtoul and read 32bits wrapped functionsptitSeb2024-09-012-4/+4
* [BOX32] More wrapped function and a few fixes for steamclient.so (still crash...ptitSeb2024-09-019-298/+385
* [BOX32] New batch of 32bits wrapped functions for steamconsole.soptitSeb2024-08-316-23/+70
* [BOX32] One more 32bits wrapped function for libvstdlib_s.soptitSeb2024-08-314-1/+47
* [BOX32] Another batch of 32bits wrapped function, for libvstdlib_s.so this timeptitSeb2024-08-316-94/+221
* [BOX32] Another batch of 32bits wrapped function, for libtier0_s.soptitSeb2024-08-316-160/+297
* [BOX32] More 32bits wrapped functionsptitSeb2024-08-316-59/+143
* [BOX32] More 32bits wrapped function and fixesptitSeb2024-08-306-12/+78
* [BOX32] Added more 32bits wrapped function and fixesptitSeb2024-08-309-66/+71
* [BOX32] More 32bits wrapped functions and fixesptitSeb2024-08-308-37/+99
* [BOX32] Added detection of steam and steamcmdptitSeb2024-08-301-1/+1
* [BOX32] More fixes to ctype_b_loc and added a few more wrapped functionsptitSeb2024-08-296-7/+19
* [BOX32] Fixed 32bits localtime_r wrapped functionptitSeb2024-08-291-2/+4
* [BOX32] Added more 32bits wrapped function and more fixesptitSeb2024-08-298-14/+108
* [BOX32] More wrapped 32bits functions, and some fixes tooptitSeb2024-08-288-37/+78
* [BOX32] More 32bits wrapped functionsptitSeb2024-08-287-96/+119