about summary refs log tree commit diff stats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-13[RCFILE] Added one more game profileptitSeb1-0/+5
2025-03-13[RCFILE] Added profile for Linux Paradox LauncherptitSeb1-0/+4
2025-03-13[BOX32] Small changes in Signal32 handlingptitSeb1-5/+5
2025-03-13[SYSCALL] Fixed/Improved a few syscall (help Go programs)ptitSeb1-6/+27
2025-03-13[INTERP] Fixed AVX.F2.0F38 F0 opcodeptitSeb1-3/+1
2025-03-13[CI] Repeat test for all Box32 build instead of just ARM64 oneptitSeb1-1/+1
2025-03-13[RV64_DYNAREC] Fixed some x87 rounding cases for fastround=0 (#2437)Yang Liu7-19/+114
2025-03-13[COSIM] Show hex values in STx diff logs (#2436)Yang Liu1-1/+1
2025-03-13[CI] Made ARM64 Box32 test to repeat a bit to avoid false negativeptitSeb1-0/+2
2025-03-13[BOX32][WRAPPER] Small change on glGetStringi signatureptitSeb4-1/+5
2025-03-13Bundle more libs (#2419)Luke Short3-4/+42
2025-03-12[VULKAN] Added support for Vulkan 1.4ptitSeb1-0/+21
2025-03-12[DYNAREC] Introduced DYNAREC_DIRTY=2 and changed a profile to use itptitSeb9-6/+65
2025-03-11[ENV] Fixed a crash when BOX64_ROLLING_LOG is used on command lineptitSeb1-1/+1
2025-03-11[TRACE] Better logs for vulkan functions wrappersptitSeb1-7/+7
2025-03-11[WRAPPER] Added a few more Vulkan extensionsptitSeb4-1/+48
2025-03-11[TRACE] Small work on traceptitSeb2-10/+16
2025-03-11[RCFILE] Added 1 more game profileptitSeb1-0/+6
2025-03-11[DOCS] Added BOX32 option in COMPILE.mdptitSeb1-0/+17
2025-03-11[WRAPPER] Completed and fixed VK_NV_cooperative_vector extensionptitSeb1-1/+3
2025-03-11[WRAPPER] missing functions and features (#2434)airidosas2523-1/+10
2025-03-11Start of a new dev. cyvcleptitSeb1-1/+1
2025-03-10Bumped version to v0.3.4ptitSeb3-1/+47
2025-03-10[RV64_DYNAREC] Added 66 F0 81/83 /4 opcodeptitSeb1-0/+66
2025-03-10[RV64_DYNAREC] Reduce the number of false-positive for dynarec missing opcodeptitSeb1-17/+18
2025-03-10[RV64_DYNAREC] Added 66 F0 81/83 /1 opcodeptitSeb1-0/+66
2025-03-10[RV64_DYNAREC] Small change in F0 0F C7 opcodeptitSeb1-1/+1
2025-03-10[RCFIEL] Add/Adjust more game profilesptitSeb1-3/+17
2025-03-10[DYNAREC] Reduced lifetime of hotpage when using DIRTY=1ptitSeb1-1/+1
2025-03-10[DYNAREC] Don't continue a dynablock if entering an hotpageptitSeb1-1/+1
2025-03-10[RV64_DYNAREC] Optimized PMOVZX and PMOVSX opcodes for vector 1.0 (#2430)Yang Liu1-124/+269
2025-03-09[DYNAREC] Fixed some potential issue with NEVERCLEAN on memory mapping trackingptitSeb1-2/+3
2025-03-09[LA64_DYNAREC] This should fix the buildptitSeb1-1/+1
2025-03-08[ARM64_DYNAREC] Improced arch_build helpers function to only compute build st...ptitSeb6-36/+53
2025-03-08[ARM64_DYNAREC] Removed obsolete commentptitSeb1-1/+0
2025-03-08[ARM64_DYNAREC] Fixed a potential issue with AVX.0F 50 opcodeptitSeb1-1/+1
2025-03-08[ARM64_DYNAREC] Fixed a few potential issue with some AVX opcodesptitSeb4-20/+20
2025-03-08[ARM64_DYNAREC] Fixed inlined ClearCache, re-enabling itptitSeb1-2/+2
2025-03-08[ARM64_DYNAREC] Disabled inlined ClearCache as it seems not 100% efficientptitSeb1-1/+3
2025-03-08[RCFILE] More game profile plus adjustment to existing onesptitSeb1-7/+27
2025-03-08[TRACE] Improved a bit a few tracesptitSeb2-2/+3
2025-03-08[RCFILE] Added a game profileptitSeb1-0/+7
2025-03-08[BOX32][WRAPPER] Fixed some gnutls wrapped functions (help NFS Payback from S...ptitSeb1-10/+7
2025-03-07Added F0 F7 /2 opcode ([ARM64_DYNAREC] too)ptitSeb2-0/+64
2025-03-07[RV64_DYNAREC] Rollback some falsy optimization in the xtheadvector path (#2426)Yang Liu2-4/+12
2025-03-07Removed isDBFromAddressRange and added that function to cleanDBFromAddressRan...ptitSeb3-29/+13
2025-03-07Use getProtection_fast for check_exec test, as it can be used a lot on interp...ptitSeb1-1/+1
2025-03-07[WRAPPER] Do not reference epoll_pwait2 directly, to fix issues with Android ...ptitSeb1-13/+13
2025-03-06[ARM64_DYNAREC] Small change to AVX.66.0F 7F opcodeptitSeb1-3/+3
2025-03-06[DOC] Fixed default for strongmem in docsptitSeb3-6/+6