about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Make sure a dynablock does not exit a mmap backed by a file address...ptitSeb2025-06-145-1/+8
* [DYNACACHE] Refactored cpu extension, will be used in dynacache signature checksptitSeb2025-06-1464-837/+810
* [WOWBOX64] Fixed a few more warningsptitSeb2025-06-141-2/+2
* [WOWBOX64] Fixed a few warningsptitSeb2025-06-141-6/+6
* Fix non-box32 buildptitSeb2025-06-131-1/+1
* [ANDROID] Unimportant updates (#2741)Yang Liu2025-06-134-3/+4
* [DYNACACHE] Some more preparation work for internal relocationsptitSeb2025-06-132-5/+5
* [DYNACACHE] More preparation work for internal relocationsptitSeb2025-06-133-4/+40
* [DYNACACHE] More work on preparing internal reloc, plus fix non-trace buildptitSeb2025-06-1312-47/+59
* [DYNACACHE] Created a const table, for later use in internal relocation ([ARM...ptitSeb2025-06-1324-180/+357
* [WRAPPER] Wrapped a few more functions in gio2 and libresolv (#2737)Yang Liu2025-06-136-2/+17
* [ARM64_DYNAREC] Fixed some typos related ymm unneeded tracing (helps #2724) (...Yang Liu2025-06-121-2/+2
* [WRAPPER] Added 2 more functions to libc (for #2731) (#2733)Yang Liu2025-06-127-2/+28
* [CPUID] Do not warn on the Hypervisor interface query (#2732)Yang Liu2025-06-121-1/+7
* [ARM64_DYNAREC] Added 64/65 67 89/8B 64bits opcodes (#2730)Yang Liu2025-06-123-1/+97
* [INTERP] Fixed 64/65 67 64bit rex decoding (#2729)Yang Liu2025-06-121-0/+5
* [WOW64] Small improvement to grab_segdata (#2728)Yang Liu2025-06-112-1/+5
* [DYNACACHE] Made dynablock part of the dynarec memoryptitSeb2025-06-113-38/+29
* [TRACE] Bring back in-house zydis header for v3.x (#2727)Yang Liu2025-06-112-0/+4404
* This should fix non-dynarec buildptitSeb2025-06-111-0/+6
* [WOWBOX64] This should fiw wowbox64 buildptitSeb2025-06-111-1/+1
* [DYNACACHE] Dynarec memory is now part of MMpa file tracking when possibleptitSeb2025-06-115-6/+60
* [WOW64] Added a minimal Windows runtime (#2723)Yang Liu2025-06-111-17/+6
* [ARM64_DYNAREC] Removed redundant flags save/restore around call_c (#2725)Yang Liu2025-06-114-37/+37
* [DYNAREC] Sync indirect lookup handling and some cleanup (#2722)Yang Liu2025-06-103-328/+151
* [TRACE] Fixed explicit BOX64_TRACE=0 (#2721)Yang Liu2025-06-101-0/+4
* [DYNAREC] Improved mmap'd file trackingptitSeb2025-06-102-3/+11
* [TRACE] Added support for libzydis v4.x and removed the in-house zydis header...Yang Liu2025-06-092-4461/+124
* [ARM64_DYNAREC] Added 64/65 0F BF opcode (for #2716)ptitSeb2025-06-092-0/+22
* [INTERP] Added 64/65 0F BF opcode (for #2716)ptitSeb2025-06-091-0/+18
* [DYNAREC] Reset table64size before pass1 and pass2ptitSeb2025-06-091-1/+2
* Refine the naming scheme in rbtree (#2717)Chi-Kuan Chiu2025-06-096-32/+32
* [RCFILE] Fixed MAXCPU so it works for wine apps tooptitSeb2025-06-085-4/+31
* [DYNAREC] Modified JumpTable slightly so 32bits and 48bits address space jmp ...ptitSeb2025-06-085-92/+180
* [DYNAREC] Small change on jumptable to have the 1st layer maching the over 48...ptitSeb2025-06-081-2/+2
* [BOX32][WRAPPER] Added 2 more function to 32bits wrapped libxcb.soptitSeb2025-06-088-2/+18
* Start of a new dev. cycleptitSeb2025-06-071-1/+1
* Bumped version to v0.3.6ptitSeb2025-06-061-1/+1
* Fixed a regression on syscallptitSeb2025-06-051-1/+1
* [TRACE][DYNAREC] Enlarged buffer for instruction metadata againptitSeb2025-06-053-3/+3
* [WOW64] Added rcfile support (#2708)Yang Liu2025-06-057-91/+139
* [WRAPPER][BOX32] Added a couple more 32bits wrpped functions to libcptitSeb2025-06-032-97/+89
* [BOX32][WRAPPER] Added/Fixed some more wrapped function to libsdl2ptitSeb2025-06-024-5/+15
* [WRAPPER][TRACE] Cleanup some trace on DLSYM_ERROR=1ptitSeb2025-06-021-9/+9
* Realigned some codeptitSeb2025-06-021-1/+1
* [BOX32][WRAPPER] Added 1 more function to libcptitSeb2025-06-021-1/+1
* [TRACE][BOX32] Fixed some and cleaup detailed function call traceptitSeb2025-06-021-28/+32
* [ENV][WOW64] Not every env var applies to WowBox64 (#2700)Yang Liu2025-06-022-167/+187
* [BOX32][WRAPPER] Added wrapped 32bits libcurl (need testing)ptitSeb2025-06-029-0/+1122
* [TRACE][ARM64_DYNAREC] Make dynarec_log=1 less chattyptitSeb2025-06-021-1/+1