about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM64_DYNAREC] Fixed a regression with native flag commit (might help #1947)ptitSeb2024-10-181-0/+7
* [VULKAN] Added 2 more extensionsptitSeb2024-10-184-0/+13
* [BOX32] A few more X11 wrapped functions and fixesptitSeb2024-10-186-2/+29
* [ARM64_DYNAREC][TRACE] Update LR on jumpnext on trace build so debug info in ...ptitSeb2024-10-181-1/+3
* [WRAPPER] Added gtk_marshal to gtk2 (for #1943)ptitSeb2024-10-172-26/+59
* [WRAPPER] Reworked libcups wrapping with new wrapperhelperptitSeb2024-10-174-374/+507
* [ARM64_DYNAREC] Added directmapping of x86 flags to N, V and Z arm64 flagsptitSeb2024-10-1714-257/+897
* Added 1 more wrapped symbol to gtk2 (for #1943)ptitSeb2024-10-174-1/+34
* [WRAPPER] Reworked libharfbuzz wrapping with new wrapperhelperptitSeb2024-10-171-6/+6
* [WRAPPER] Added alternative libname for libFLACptitSeb2024-10-161-0/+1
* [RV64_DYNAREC] Added a few more opcodes for vector (#1941)Yang Liu2024-10-152-0/+177
* [RV64_DYNAREC][LA64_DYNAREC] Fixed various issues (#1940)Yang Liu2024-10-1412-52/+57
* [NTERPRETER] Added 64 F6 opcodes (for #1932)ptitSeb2024-10-131-0/+35
* [BOX32] Fixed dlvsym for RTLD_NEXT, like dlsymptitSeb2024-10-131-1/+10
* [BOX32] Some more 32bits wrapped symbolsptitSeb2024-10-134-11/+15
* [BOX32] Added some more 32bits wrapped function to libcptitSeb2024-10-138-10/+50
* [BOX32][WRAPPER] Hacked some support for libGLX_nvidia.so.0ptitSeb2024-10-132-1/+9
* [WRAPPER] Hacked some support for libGLX_nvidia.so.0ptitSeb2024-10-132-1/+9
* [BOX32] Added some posix_file_action wrapped function, and fixed posix_spawn/...ptitSeb2024-10-136-18/+96
* [WRAPPER] Reworked libgnutls wrapping with new wrapperhelperptitSeb2024-10-134-938/+1074
* [CORE] Refactored %pid trace file handling (#1933)Yang Liu2024-10-132-34/+52
* [INTERPRETER] Added 64/65 85 opcode ([ARM64_DYNAREC] too) (for #1932)ptitSeb2024-10-132-0/+20
* [BOX32] Allow internal memory to be in 32bits space if neededptitSeb2024-10-135-20/+33
* [BOX32] Reworked alignment for 32bits stacksptitSeb2024-10-132-2/+4
* [BOX32] Added a few 32bits wrapped function libSDL2ptitSeb2024-10-134-7/+11
* [BOX32] More work on libX11 and friends, using more shadow structure like Scr...ptitSeb2024-10-1215-203/+463
* [RV64_DYNAREC] Fixed more issues for vector (#1928)Yang Liu2024-10-123-32/+55
* [BOX32] Improved X11 event handlingptitSeb2024-10-1218-580/+2188
* [RV64_DYNAREC] Fixed 66 0F 38 17 PTEST opcode for vector (#1927)Yang Liu2024-10-111-6/+6
* [RV64_DYNAREC] Wrapped icuuc75 (#1926)Yang Liu2024-10-1112-0/+319
* [RV64_DYNAREC] Fixed an issue in CVTTSD2SI for vector (#1925)Yang Liu2024-10-111-2/+2
* [BOX32] Fixed some issues with X11 and XRandR 32bits wrappingptitSeb2024-10-117-40/+65
* [BOX32][TRACE] Better for XRRSetScreenSizeptitSeb2024-10-111-0/+2
* [RV64_DYNAREC] Split 660f.c to speedup compilation a bit (#1924)Yang Liu2024-10-114-1288/+1348
* [BOX32] Added 2 more wrapped function to libcptitSeb2024-10-111-2/+2
* [BOX32] Added 2 more 32bits wrapped functionsptitSeb2024-10-111-2/+2
* [BOX32] Added 1 more 32bits wrapped functionptitSeb2024-10-111-1/+1
* [RV64_DYNAREC] Added more opcodes for vector (#1923)Yang Liu2024-10-113-11/+235
* [RV64_DYNAREC] Added more opcode for vector and some fixes too (#1920)Yang Liu2024-10-104-22/+57
* [ARM64_DYNAREC] Added a small optim for CALL 0 / POP reg type of sequenceptitSeb2024-10-101-1/+10
* [BOX32][TRACE] Fixed trace for memcmp, strncasecmp and strncmpptitSeb2024-10-101-4/+3
* [BOX32] Actually fixed dlsym on RTLD_NEXT 32bits callptitSeb2024-10-101-1/+8
* [BOX32] Added and fixed some 32bits functions for libX11 and friendsptitSeb2024-10-1014-228/+346
* [BOX32] Fixed 32bits dlsym on RTLD_NEXT not workingptitSeb2024-10-101-0/+2
* [RV64_DYNAREC] Added more opcodes for vector (#1919)Yang Liu2024-10-101-0/+43
* [BOX32][WRAPPER] Added 32bits wrapped libXss (with new wrapperhelper)ptitSeb2024-10-107-0/+80
* [WRAPPER] Reworked libXss with new wrapperhelperptitSeb2024-10-104-11/+11
* [RV64_DYNAREC] Added more opcodes for vector (#1918)Yang Liu2024-10-103-0/+111
* [BOX32] Improved pthread_mutex handlingptitSeb2024-10-101-36/+59
* [BOX32] More 32bits SDL-1.2 wrapped functionsptitSeb2024-10-106-6/+39