about summary refs log tree commit diff stats
path: root/src/box32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [BOX32] Improved elf memory managment for 32bits processptitSeb2025-01-111-2/+2
* [BOX32][WRAPPER] Fixes and improves libc wrappingptitSeb2024-12-141-5/+5
* Fixed box32 hash table un-init crashing on regular box64 ([BOX32] and improve...ptitSeb2024-10-181-8/+12
* [BOX32] Removed a warningptitSeb2024-09-251-1/+1
* [BOX32] Fixed some locale conversion (fixed FTL.x86 not going ingame)ptitSeb2024-09-251-26/+37
* [BOX32] Improved hash<->64bits handlingptitSeb2024-09-111-3/+3
* [BOX32] Put back pthread_t behind hash, but ease hash range to have more nati...ptitSeb2024-09-101-11/+9
* [BOX32] Fixed 32bits locale memory sizeptitSeb2024-09-031-1/+1
* [BOX32] Added more 32bits wrapped function and fixesptitSeb2024-08-301-1/+1
* [BOX32] More wrapped 32bits functions, and some fixes tooptitSeb2024-08-281-3/+4
* [BOX32] More 32bits wrapped functionsptitSeb2024-08-281-0/+45
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-0/+283