about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [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][WRAPPER] Fixed null checking in my32_SDL_SetVideoMode (#1868)Yang Liu2024-09-251-0/+1
|
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed a few moreptitSeb2024-09-2513-84/+323
|
* [LA64_DYNAREC][BOX32] Improved some 66 prefix opcodes (#1867)Yang Liu2024-09-252-14/+19
|
* [BOX32][WRAPPING] More fixes with intermediate structure conversionsptitSeb2024-09-241-5/+5
|
* [BOX32][WRAPPING] Fixed some issue with intermediate structure conversionsptitSeb2024-09-246-6/+14
|
* [RV64_DYNAREC][BOX32] Added more opcodes (#1866)Yang Liu2024-09-242-8/+74
| | | | | * [RV64_DYNAREC][BOX32] Added more opcodes * more
* [RV64_DYNAREC][BOX32] Improved some 66 prefix opcodes (#1865)Yang Liu2024-09-242-26/+31
|
* [LA64_DYNAREC][BOX32] Added more opcodes (#1864)Yang Liu2024-09-242-12/+99
|
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed a few ↵ptitSeb2024-09-2414-46/+420
| | | | x11/glX ones too
* [ARM64_DYNAREC] Fixed some issue with a few 16bits opcodes on 64bits operationsptitSeb2024-09-241-10/+10
|
* [RV64_DYNAREC] Added more opcodes for vector (#1863)Yang Liu2024-09-242-1/+113
| | | | | | | * [RV64_DYNAREC] Added more opcodes for vector * [RV64_DYNAREC] Added more opcodes for vector * [RV64_DYNAREC] Added more opcodes
* [BOX32][WRAPPER] Added a few 32bits function to libxrandrptitSeb2024-09-248-10/+322
|
* [BOX32] Silently enlarge thread stack size that are too small for platformptitSeb2024-09-241-5/+8
|
* [BOX32][TRACE] Fixed semop tracesptitSeb2024-09-241-1/+1
|
* [ARM64_DYNAREC] Fixed reset of rex on 67 prefixed opcodesptitSeb2024-09-241-2/+3
|
* [ARM64_DYNAREC] Added F1 opcodeptitSeb2024-09-241-0/+11
|
* [ARM64_DYNAREC] Added CA/CB ocpodesptitSeb2024-09-241-1/+29
|
* [INTEPRETER] Added a check on CS for CA/CB opecodesptitSeb2024-09-241-2/+10
|
* [ARM64_DYNAREC] Added 66 0F BF opcode (and cosmetic fix on interpreter)ptitSeb2024-09-242-2/+16
|
* [ARM64_DYNAREC] Added 64 A8 opcodeptitSeb2024-09-241-0/+9
|
* [ARM64_DYNAREC] Added 67 A9 opcode, and fixed 67 opcode with ignored REX prefixptitSeb2024-09-241-0/+9
|
* [BOX32][WRAPPER] Added more 32bits wrapped functionsptitSeb2024-09-2411-41/+350
|
* [RV64_DYNAREC] Allowed disabling V extension (#1862)Yang Liu2024-09-241-0/+5
|
* [RV64_DYNAREC] Fixed 66 0F 38 2B PACKUSDW opcode (#1861)Yang Liu2024-09-241-2/+1
|
* [BOX32][WRAPPER] Added 32bits empty libfreetypeptitSeb2024-09-249-0/+705
|
* [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ↵ptitSeb2024-09-2321-109/+670
| | | | handling
* [BOX32][WRAPPER] One more 32bits wrapped libX11 functionptitSeb2024-09-236-1/+24
|
* [BOX32] Addeda few more 32bits wrapped x11 functionsptitSeb2024-09-231-3/+3
|
* [NON4K][ELFLOADER] more Elfloader work for non-4k pagesize OS ([BOX32] too)ptitSeb2024-09-232-9/+17
|
* [NON4K] Fixed some typos ([BOX32] too)ptitSeb2024-09-232-2/+2
|
* [BOX32][NON4K] Try to fix elfloader when elf wants to load at an address ↵ptitSeb2024-09-231-0/+5
| | | | not-compatible with pagesize
* [NON4K] Try to fix elfloader when elf wants to load at an address ↵ptitSeb2024-09-231-0/+5
| | | | not-compatible with pagesize
* [BOX32][WRAPPER] More 32bits wrapped function to libX11ptitSeb2024-09-2310-87/+260
|
* [RV64_DYNAREC] Added more opcodes for vector (#1857)Yang Liu2024-09-231-3/+63
|
* [BOX32] Improved semaphore wrappingptitSeb2024-09-231-30/+44
|
* [WRAPPER] Reworked wrapped libwayland-client with new wrapperhelperptitSeb2024-09-236-17/+66
|
* [BOX32][WRAPPER] Added 32bits wrapped openalptitSeb2024-09-2310-0/+466
|
* [WRAPPER] Reworked wrapped libopenal with new wrapperhelperptitSeb2024-09-234-172/+157
|
* [BOX32][WRAPPER] Added a couple of 32bits libx11 functionsptitSeb2024-09-222-3/+3
|
* [WRAPPING] Fixed some (very) old issue with SDL2 RWops wrappingptitSeb2024-09-222-12/+12
|
* [RV64_DYNAREC] Added more opcodes for vector (#1855)Yang Liu2024-09-221-0/+41
|
* [BOX32][WRAPPER] Added some more libX11 and libc 32bits wrapped function, ↵ptitSeb2024-09-2229-40/+537
| | | | and empty 32bits wrapped libXfixes, libXcursor, libXrender and libXrandr
* [WRAPPER] Reworked wrapping of libXcurse, libXfixes, libXrender and ↵ptitSeb2024-09-227-222/+282
| | | | libXrandr with new wrapperhelper
* [BOX32][wrapper] Added some basic 32bits X11 wrapping, fixed 32bits sem_XXX ↵ptitSeb2024-09-2228-243/+5313
| | | | wrapping, and more 32bits wrapped functions
* [RV64_DYNAREC] Added more opcodes for vector (#1853)Yang Liu2024-09-221-14/+55
|
* [RV64_DYNAREC] Added more opcodes for vector (#1852)Yang Liu2024-09-221-1/+161
|
* [RV64_DYNAREC] Added more opcode for vector and reinitialize sew after ↵Yang Liu2024-09-222-5/+48
| | | | external call (#1851)
* [BOX32][ELFLOADER] Fixed PROTECTED symbol that were not loaded correctlyptitSeb2024-09-211-0/+4
|