about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [DYNAREC] Optimized CALL/RET RAS for out of dynablock jumps (#1909)Yang Liu2024-10-076-33/+93
|
* [BOX32][WRAPPER] Reworked 32bits libGL with new wrapperhelperptitSeb2024-10-076-175/+634
|
* [BOX32][WRAPPER] Reworked 32bits libasound with new wrapperhelperptitSeb2024-10-076-1100/+1397
|
* [BOX32] Added a couple of 32bits function to libcptitSeb2024-10-076-2/+92
|
* Reworked mmap allocator and wine prereserve handling ([BOX32] fix handling ↵ptitSeb2024-10-074-26/+59
| | | | of wine prereserve)
* [ARM64_DYNAREC] Added 64 88 opcodeptitSeb2024-10-071-17/+52
|
* [BOX32][WRAPPING] Added 32bits wrapped libXi (with new wrapperhelper)ptitSeb2024-10-0613-1/+489
|
* [BOX32] Added a few more 32bits libc symbolsptitSeb2024-10-064-3/+7
|
* [BOX32][WRAPPER] Added 32bits libuuid (with new wrapperhelper)ptitSeb2024-10-067-0/+74
|
* [WRAPPER] Reworked wrapped libXi with new wrapperhelperptitSeb2024-10-064-122/+189
|
* [BOX32][WRAPPER] Added 32bits wrapped libXcomposite (with new wrapperhelper)ptitSeb2024-10-068-1/+78
|
* [BOX32] Forgot a few more x86 structure to properly alignptitSeb2024-10-062-7/+7
|
* [BOX32] Proper alignment for x86 structuresptitSeb2024-10-0613-186/+194
|
* [DYNAREC] Tweaking indirect jumps for CALL/RET to use the return address ↵Yang Liu2024-10-065-26/+31
| | | | stack (#1907)
* [BOX32] More work on various wrapper, and some bug fixesptitSeb2024-10-0625-145/+581
|
* [BOX32] More work on 32bits X11 wrapping (not 12 Labor of Hercules 6 works ↵ptitSeb2024-10-0512-15/+169
| | | | from Steam, but not Steam itself)
* [BOX32] Added many more 32bits wrapped function (some using wrapperhelper)ptitSeb2024-10-0524-186/+554
|
* [BOX32][WRAPPER] Added 32bits libXinerama, with new wrapperhelperptitSeb2024-10-057-0/+79
|
* [WRAPPER] Reworked libXinerama with new wrapperhelperptitSeb2024-10-051-4/+4
|
* [BOX32][WRAPPER] Reworked 32bits libX11, with new wrapperhelperptitSeb2024-10-0511-584/+1766
|
* [BOX32][WRAPEPR] Reworked 32bits libfontconfig with new wrapperhelperptitSeb2024-10-056-173/+256
|
* [BOX32][WRAPPER] Added more 32bits wrapped function to libfreetypeptitSeb2024-10-056-16/+397
|
* [BOX32] Added some more wrapped function and a profile (PixelJunk Shooter ↵ptitSeb2024-10-0412-22/+125
| | | | linux version now Works)
* [RV64] Allowed disabling more extensions (#1904)Yang Liu2024-10-041-0/+25
|
* [BOX32][WRAPPER] Reworked 32bits libXext with new wrapperhelperptitSeb2024-10-048-118/+398
|
* [BOX32] Initalized libX11 if used without loading (becauseit's loaded ↵ptitSeb2024-10-041-0/+9
| | | | indirectly with SDL2 for example)
* [BOX32][WRAPPER] Added wraped mostly empty 32bits libXextptitSeb2024-10-0411-5/+611
|
* [WRAPEPR] Reworked libXext wrapping with new wrapperhelperptitSeb2024-10-046-115/+163
|
* [ARM64_DYNAREC] Worked on CF IRET opcodeptitSeb2024-10-043-3/+12
|
* [INTERPRETER] Worked on CF IRET opcodeptitSeb2024-10-041-7/+9
|
* [BOX32][WRAPPER] Fixed 32bits mktimeptitSeb2024-10-044-1/+5
|
* Fixed x86_64 buildptitSeb2024-10-041-1/+1
|
* [TRACE] Btter trace for ioctlptitSeb2024-10-046-13/+12
|
* Return the correct errno when mmap can't allocated hinted memory addressptitSeb2024-10-041-0/+2
|
* [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ↵ptitSeb2024-10-048-37/+150
| | | | ones
* [RV64_DYNAREC] Added more opcodes for xtheadvector (#1899)Yang Liu2024-10-033-79/+131
|
* [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocatorptitSeb2024-10-0313-457/+524
|
* [BOX32] Fixed scanf type function when grabing long/ptr type of dataptitSeb2024-10-034-21/+323
|
* [BOX32] More check for low alignment in memalign wrapped functionsptitSeb2024-10-031-2/+7
|
* [WRAPPER] Fixed RV64 isSimpleWrappers (#1898)rajdakin2024-10-031-113/+409
|
* [RV64_DYNAREC] Added more opcodes for xtheadvector and fixed more issues (#1897)Yang Liu2024-10-033-30/+106
| | | | | | | | | | | * [RV64_DYNAREC] Added 1 more opcode for xtheadvector * Disabled more opcodes does not apply to xtheadvector * Added 1 more opcode * Added 1 more opcode * fix
* [BOX32][WRAPPER] Added full wrapped support for 32bits libudev0 and libudev1ptitSeb2024-10-0315-1/+304
|
* [BOX32] Added rolling log print on Stack corrupted callptitSeb2024-10-031-0/+1
|
* [TRACE] Fixed StopEmu on trace build when trace is not enabledptitSeb2024-10-031-1/+7
|
* [WRAPPER] Improved libudev1 wrapped logf functionptitSeb2024-10-031-13/+4
|
* [WRAPPER] Reworked libudev1 wrapping with new wrapperhelperptitSeb2024-10-034-11/+10
|
* [BOX32][WRAPPER] Added a few more libX11 32bits wrapped functionsptitSeb2024-10-036-4/+40
|
* [BOX32] Added workaround for posix_memalign when used with align of 4ptitSeb2024-10-031-1/+3
|
* [BOX32][TRACE] Some more improved traceptitSeb2024-10-032-1/+32
|
* [DYNAREC] Added a new missing mode for fallback opcodes (#1896)Yang Liu2024-10-029-18/+20
|