about summary refs log tree commit diff stats
path: root/src/wrapped32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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
* [BOX32] Adding some more 32bits wrapped functionsptitSeb2024-08-289-64/+130
* Added preliminary Box32 support (#1760)ptitSeb2024-08-2641-0/+8253