about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881)Yang Liu2024-09-2716-169/+746
* [BOX32][TRACE] Better trace for recvptitSeb2024-09-271-1/+2
* [BOX32][WRAPPER] Added 2 more 32bits wrapped function to freetypeptitSeb2024-09-274-2/+14
* [RV64_DYNAREC] Refined RISC-V vector disassembler (#1880)xctan2024-09-271-584/+638
* [ARM64_DYNAREC] Small optim on 0F C7 /1 inst name (#1878)Yang Liu2024-09-261-1/+5
* [LA64_DYNAREC] Added unaligned support to CMPXCHG8B (#1877)Yang Liu2024-09-263-29/+79
* [BOX32][WRAPPER] Added some more 32bits wrapped functionsptitSeb2024-09-2613-23/+185
* [BOX32][WRAPPER] Added 32bits empty wrapped libXxf86vmptitSeb2024-09-267-0/+95
* [WRAPPER] Reworked wrapped libXxf86vm with new wrapperhelperptitSeb2024-09-261-2/+2
* [BOX32] Minor changes to 32bits freetype wrappingptitSeb2024-09-262-2/+10
* [LA64_DYNAREC] Fixed emit_add16 LBT implementation (#1875)Yang Liu2024-09-261-1/+1
* [BOX32][WRAPPER] Refined SDL2 display mode wrapping (#1874)Yang Liu2024-09-263-3/+15
* [BOX32][WRAPPER] Added preliminary wrapper for SDL2 (postal1 works) (#1872)Yang Liu2024-09-2612-8/+1875
* [BOX32][WRAPPER] Improved 32bits wrapping for libfreetype (still not 100% ok)ptitSeb2024-09-256-58/+614
* [WRAPPER] Added 1 GLX extension ([BOX32] too)ptitSeb2024-09-258-10/+69
* [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] 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 x11...ptitSeb2024-09-2414-46/+420
* [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
* [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 ha...ptitSeb2024-09-2321-109/+670
* [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 not-...ptitSeb2024-09-231-0/+5
* [NON4K] Try to fix elfloader when elf wants to load at an address not-compati...ptitSeb2024-09-231-0/+5
* [BOX32][WRAPPER] More 32bits wrapped function to libX11ptitSeb2024-09-2310-87/+260