about summary refs log tree commit diff stats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-23[NON4K] Try to fix elfloader when elf wants to load at an address not-compati...ptitSeb1-0/+5
2024-09-23[BOX32][WRAPPER] More 32bits wrapped function to libX11ptitSeb11-88/+261
2024-09-23[RV64_DYNAREC] Added more opcodes for vector (#1857)Yang Liu1-3/+63
2024-09-23[BOX32] Improved semaphore wrappingptitSeb1-30/+44
2024-09-23[WRAPPER] Reworked wrapped libwayland-client with new wrapperhelperptitSeb6-17/+66
2024-09-23[BOX32][WRAPPER] Added 32bits wrapped openalptitSeb11-0/+467
2024-09-23[WRAPPER] Reworked wrapped libopenal with new wrapperhelperptitSeb4-172/+157
2024-09-22[BOX32][WRAPPER] Added a couple of 32bits libx11 functionsptitSeb2-3/+3
2024-09-22[WRAPPING] Fixed some (very) old issue with SDL2 RWops wrappingptitSeb2-12/+12
2024-09-22[RV64_DYNAREC] Added more opcodes for vector (#1855)Yang Liu1-0/+41
2024-09-22[BOX32][WRAPPER] Added some more libX11 and libc 32bits wrapped function, and...ptitSeb30-40/+541
2024-09-22[WRAPPER] Reworked wrapping of libXcurse, libXfixes, libXrender and libXrandr...ptitSeb7-222/+282
2024-09-22[BOX32][wrapper] Added some basic 32bits X11 wrapping, fixed 32bits sem_XXX w...ptitSeb30-250/+5326
2024-09-22[RV64_DYNAREC] Added more opcodes for vector (#1853)Yang Liu1-14/+55
2024-09-22[RV64_DYNAREC] Added more opcodes for vector (#1852)Yang Liu1-1/+161
2024-09-22[RV64_DYNAREC] Added more opcode for vector and reinitialize sew after extern...Yang Liu2-5/+48
2024-09-21[BOX32][ELFLOADER] Fixed PROTECTED symbol that were not loaded correctlyptitSeb1-0/+4
2024-09-21[ELFLOADER] Fixed PROTECTED symbol that were not loaded correctlyptitSeb1-0/+4
2024-09-21[BOX32] Added some more 32bits wrapped functionsptitSeb7-17/+41
2024-09-21[BOX32] Fixed wrapping of __ctype_b, __ctype_tolower and __ctype_toupperptitSeb1-6/+6
2024-09-21[BOX32][TRACE] Better trace for a few more 32bits string functionsptitSeb1-1/+3
2024-09-21[BOX32] Added 32bits wrapped libGLUptitSeb10-0/+345
2024-09-21[WRAPPERHELPER] Fixed wrapperhelper (#1850)rajdakin1-25/+128
2024-09-21[BOX32] Added some more 32bits wrapped functions (Chicken Invaders 3 works, b...ptitSeb13-58/+138
2024-09-20[RV64_DYNAREC] Added more opcodes for vector (#1848)Yang Liu1-0/+58
2024-09-20[WRAPPERHELPER] Fixed some bugs, added partial multiarch support (#1847)rajdakin11-414/+640
2024-09-20[LA64_DYNAREC] Fixed a typo in GETGB (#1846)Yang Liu1-1/+1
2024-09-20[WRAPPER] Reworked libX11 with new wrapperhelperptitSeb7-432/+563
2024-09-20[WRAPPERHELPER] Added predefined mark-simple and conversions (#1845)rajdakin2-6/+63
2024-09-20[WRAPPER] Added an entry in gitignore for wrapperhelperptitSeb1-0/+1
2024-09-20[WRAPPER] Reworked libXft with new wrapperhelper (should help #1841)ptitSeb6-69/+144
2024-09-20[WRAPPER] Added hack for parser helper to __attribute inline and noreturnptitSeb1-0/+4
2024-09-20Improve the wrapper helper (#1844)rajdakin12-180/+849
2024-09-20[RV64_DYNAREC] Added more opcodes and fixed more issues for vector (#1842)Yang Liu3-14/+148
2024-09-20[WRAPPER] Added 1 wrapped function to libX11 (for #1204 and #1841)ptitSeb4-1/+9
2024-09-20Added Syscall 165 (for #1672)ptitSeb1-0/+1
2024-09-20[RV64_DYNAREC] Added 62 opcode (#1840)LiZhuoheng1-1/+10
2024-09-19[RV64_DYNAREC] Fixed more issues catched on real machine (#1839)Yang Liu2-18/+25
2024-09-19[BOX32][WRAPPER] Added minimum 32bits libasound supportptitSeb10-0/+1655
2024-09-19[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1838)Yang Liu2-14/+156
2024-09-19[WRAPPER] Reworked libasound with new wrapperhelperptitSeb6-284/+503
2024-09-19Fixed a comment on x87 tagsptitSeb1-1/+1
2024-09-19[WRAPPER] Some rework on a few wrapped function foor glib2, libxcb and libxcb...ptitSeb8-49/+50
2024-09-19[TRACE] Fixed a potential segfault when trying to trace a function from a dlo...ptitSeb1-1/+1
2024-09-19[TRACE] Some better trace for a few function callptitSeb1-0/+10
2024-09-19Fixed some x87 tag handlingptitSeb1-4/+4
2024-09-19[RV64_DYNAREC] Added more opcodes for vector (#1837)Yang Liu2-4/+78
2024-09-19[RV64_DYNAREC] Added more opcodes for vector (#1836)Yang Liu4-0/+96
2024-09-19[RV64_DYNAREC] Fixed more unaligned issues for vector (#1835)Yang Liu1-3/+6
2024-09-18[RV64_DYNAREC] Fixed some found issues in vector (#1834)Yang Liu2-39/+43