about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [BOX32] Partial handling of wrapped dl_iterate_phdrptitSeb2024-09-162-1/+42
|
* Better handling of argv[0]ptitSeb2024-09-161-1/+4
|
* [ARM64_DYNAREC] Fixed most CD xx opcodesptitSeb2024-09-151-0/+1
|
* Added a hack so program that wprintf to the console actualy work if box64 ↵ptitSeb2024-09-143-1/+20
| | | | already printed something
* [BOX32][WRAPPER] Added more 32bits sdl1 and libc symbolsptitSeb2024-09-1411-66/+277
|
* [BOX32][ELFLOADER] Fixed some issue with symbol resolverptitSeb2024-09-144-13/+35
|
* Added 66 F3 0F BD opcode ([ARM64_DYNAREC] Too)ptitSeb2024-09-142-0/+39
|
* [BOX32] Added a few libc 32biyts wrapped functionsptitSeb2024-09-144-3/+12
|
* [BOX32] Added (mostly untested) wrapped libGL and minimum SDL1 (SDLgears and ↵ptitSeb2024-09-1421-4/+8541
| | | | zsnes works)
* Fixed flags for AVX.0F38 F2 opcode ([ARM64_DYNAREC] too)ptitSeb2024-09-142-1/+23
|
* [RV64_DYNAREC] Added 1 more opcode for vector and some refactor and fixes ↵Yang Liu2024-09-137-47/+74
| | | | too (#1824)
* [BOX32][TRACE] More improved trace for some 32bits functions callptitSeb2024-09-131-1/+3
|
* [BOX32][TRACE] Better trace for 32bits call to strtol and strtoulptitSeb2024-09-131-0/+3
|
* [BOX32] More small 32bits signature adjustmentsptitSeb2024-09-131-5/+5
|
* [BOX32][TRACE] Better trace for 32bits strncasecmp callsptitSeb2024-09-131-0/+3
|
* [BOX32] Added one more wrapped 32bits libc functionptitSeb2024-09-131-1/+1
|
* [BOX32] Adjusted some 32bits wrapped functionsptitSeb2024-09-135-23/+23
|
* [BOX32][TRACE] Better trace for some 32bits wrapped function callsptitSeb2024-09-131-12/+46
|
* [TRACE] Better trace for 32bits FF 52 opcodeptitSeb2024-09-131-0/+4
|
* [BOX32] Fixed 32bits wrapped localeconv (for #1780)ptitSeb2024-09-131-0/+1
|
* [BOX32] Fixed gethostbyname 32bits wrapped function (for #1780 but still ↵ptitSeb2024-09-131-6/+9
| | | | crashing)
* [DYNAREC] fix page calculation error (#1822)JunChi10222024-09-121-3/+3
|
* [RV64_DYNAREC] Refactored vector SEW tracking (#1820)Yang Liu2024-09-129-48/+46
|
* [RV64_DYNAREC] Fixed a typo on vector_sew initialization (#1819)Yang Liu2024-09-122-2/+2
|
* [STATIC] Forgot this definitionptitSeb2024-09-121-0/+1
|
* Fixed a typoptitSeb2024-09-122-2/+2
|
* [STATIC] Try to fix static buildptitSeb2024-09-121-0/+10
|
* [BOX32] Simplified 32bits old pthread cond functionsptitSeb2024-09-121-13/+36
|
* [WRAPPER] Added handling of old pthread cond functionsptitSeb2024-09-124-0/+102
|
* [WRAPPER] Added 1 wrapped function to glibc2ptitSeb2024-09-121-1/+1
|
* [BOX32][WRAPPER] Added support for old pthread_kill (fixing hanging steamcmd)ptitSeb2024-09-114-6/+24
|
* [WRAPPER] Small fixes for x86_64 build when using old pthread_killptitSeb2024-09-111-0/+2
|
* [BOX32] Improved 32bits unsupported syscall warning, and added syscall 240ptitSeb2024-09-111-7/+74
|
* [BOX32] Improved trace for 32bits pthread_setname_npptitSeb2024-09-111-0/+3
|
* [BOX32] Improved hash<->64bits handlingptitSeb2024-09-111-3/+3
|
* [RV64_DYNAREC] Added more 0F opcodes for vector (#1817)Yang Liu2024-09-112-1/+51
|
* [RV64_DYNAREC] Added more 0F opcodes for vector and optimized some opcodes ↵Yang Liu2024-09-116-33/+179
| | | | | | | | | | | too (#1816) * [RV64_DYNAREC] Optimized 66 0F 67 PACKUSWB opcode * [RV64_DYNAREC] Optimized 66 0F 6C PUNPCKLQDQ opcode * [RV64_DYNAREC] Added some 0F opcodes for vector * review
* [RV64_DYNAREC] Added more 66 0F opcodes for vector (#1815)Yang Liu2024-09-102-3/+66
| | | | | * [RV64_DYNAREC] Added more 66 0F opcodes for vector * [RV64_DYNAREC] Fixed PACKUSWB for vlen >= 256
* Improved legendary stabilityptitSeb2024-09-101-2/+2
|
* [WRAPPER] Updat generated wrapper filesptitSeb2024-09-104-6/+8
|
* [WRAPPERS] Fixed some wrong wrappings (#1814)rajdakin2024-09-103-14/+26
|
* [BOX32] Put back pthread_t behind hash, but ease hash range to have more ↵ptitSeb2024-09-109-79/+90
| | | | native values
* [BOX32] Fix and simplified 32bits threads handlingptitSeb2024-09-108-104/+81
|
* [BOX32] Fixed wrapping 32bits version of __cxa_finalizeptitSeb2024-09-101-1/+1
|
* [WRAPPER] Minors adjustments to pulse audio wrappingptitSeb2024-09-106-56/+58
|
* [RV64_DYNAREC] Added 66 0F D4 PADDQ opcode for vector and fixes SEW cache ↵Yang Liu2024-09-102-3/+12
| | | | | | | transform (#1812) * [RV64_DYNAREC] Added 66 0F D4 PADDQ opcode for vector * [RV64_DYNAREC] Transform SEW cache after fpu cache
* [VULKAN] Added missing wrapper for vkCreateSamplerYcbcrConversionKHRptitSeb2024-09-101-0/+1
|
* Fixed alignement of thread funcitons (fixed regression for #1810)ptitSeb2024-09-101-1/+0
|
* [RV64_DYNAREC] Added more 66 0F opcodes for vector (#1811)Yang Liu2024-09-103-6/+44
|
* [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGSptitSeb2024-09-093-6/+49
|