about summary refs log tree commit diff stats
path: root/src/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some handling of case where signal numbers differs between native and x64 arc...ptitSeb2025-07-232-1/+178
* [RCFILE] Fixed profile per lib/dll that was using default instead of curent e...ptitSeb2025-07-091-1/+1
* [BOX32] Simplified and improved 32bits memory managementptitSeb2025-07-031-0/+1
* Simplified a bit ROLLING_LOG buffer handlingptitSeb2025-07-011-2/+2
* [DYNAREC] Refactor hotpage detection and dynarec_dirty 1 & 2. Also adjust som...ptitSeb2025-06-301-2/+2
* [DYNACACHE] Introduced B64X_DYNACACHE=2 to use cache but not create new ones,...ptitSeb2025-06-201-1/+1
* [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)ptitSeb2025-06-195-1/+27
* [WOW64] Refactored host extention detection and added preliminary support for...Yang Liu2025-06-163-51/+53
* [DYNACACHE] Added the ability to mark a maplist has having new blocks (instea...ptitSeb2025-06-162-2/+2
* [DYNACACHE] More work on dynache relocationptitSeb2025-06-151-1/+3
* [DYNACACHE] Refactored cpu extension, will be used in dynacache signature checksptitSeb2025-06-142-36/+52
* [DYNACACHE] Made dynablock part of the dynarec memoryptitSeb2025-06-111-1/+1
* [DYNACACHE] Dynarec memory is now part of MMpa file tracking when possibleptitSeb2025-06-112-1/+7
* Refine the naming scheme in rbtree (#2717)Chi-Kuan Chiu2025-06-091-4/+4
* [RCFILE] Fixed MAXCPU so it works for wine apps tooptitSeb2025-06-081-0/+2
* [DYNAREC] Modified JumpTable slightly so 32bits and 48bits address space jmp ...ptitSeb2025-06-081-3/+6
* [DYNAREC] Small change on jumptable to have the 1st layer maching the over 48...ptitSeb2025-06-081-2/+2
* [WOW64] Added rcfile support (#2708)Yang Liu2025-06-052-10/+27
* [ENV][WOW64] Not every env var applies to WowBox64 (#2700)Yang Liu2025-06-021-115/+115
* [RBTREE] Update comments on red-black tree usage (#2694)Chi-Kuan Chiu2025-06-021-17/+50
* [ARM64_DYNAREC] Try to optimise Windows INT n version on 64bits (TODO: Interp...ptitSeb2025-05-301-0/+1
* [WRAPPER] Implement myStackAlignGVariantNew for g_variant_new (#2687)Leslie Zhai2025-05-301-1/+2
* [WOW64][ENV] Clean up a bit (#2681)Yang Liu2025-05-281-0/+2
* [WOW64] Supported logging to stdout (#2679)Yang Liu2025-05-283-29/+19
* [WOW64] Implement my_cpuidAndré Zwing2025-05-251-1/+3
* [WOW64] Implement syscallsAndré Zwing2025-05-221-0/+2
* [DOCS] Align usage.json and env.h (#2633)Yang Liu2025-05-141-21/+4
* [RCFILE] Made VOLATILE_METADATA default, and added/finetuned some game profilesptitSeb2025-05-141-1/+1
* [WOW64] Initial implementation patches (#2619)André Zwing2025-05-111-1/+7
* [WRAPPER] Added more wrapped function to ffmpeg, and disable it with NOGTK=1,...ptitSeb2025-05-111-0/+1
* [RCFILE] Put back WEAKBARRIER 1 as defaultptitSeb2025-05-091-1/+1
* [GDBJIT] Added a new option to register debuginfo only after trapped into sig...Yang Liu2025-05-091-0/+2
* [RCFILE] Fixed WEAKBARRIER=2 never taken into accountptitSeb2025-05-081-1/+1
* [DYNAREC] Use PE volatile metadata in dynarec (#2610)Yang Liu2025-05-072-94/+101
* Added a simple PE loaded dedicated for volatileMetadata (#2607)Yang Liu2025-05-062-1/+8
* [ELFLOADER] Added lib loading/unloading logs to DLSYM_ERRORptitSeb2025-04-271-0/+7
* [RCFILE] Fixed BOX64_ROLLING_LOG not being a boolean but an integer valueptitSeb2025-04-271-1/+1
* [DYNAREC] Added ranged Dynablock dump (#2570)Yang Liu2025-04-241-0/+3
* [DEBUG] Exposed a debug function to print an rbtreeptitSeb2025-04-201-0/+7
* [WOW64] Finished skeleton code for PE build (#2542)Yang Liu2025-04-173-1/+35
* [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([A...ptitSeb2025-04-161-1/+1
* [INTERP] Added x87 Precision Control set to 24bits handlingptitSeb2025-04-161-0/+6
* [WOW64] Added non-functional PE build (#2532)Yang Liu2025-04-145-4/+14
* [WOW64] More tweaks for PE build (#2528)Yang Liu2025-04-142-1/+13
* [ANDROID] Another change on some internal structure for AndroidptitSeb2025-04-121-1/+4
* [WOW64] Splitted freq and cleanup functions from x64emu (#2521)Yang Liu2025-04-113-7/+22
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-106-5/+12
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-104-3/+10
* [DYNAREC] Improved handling of db_size rbtreeptitSeb2025-04-091-0/+23
* Made custommem OS-independent (#2517)Yang Liu2025-04-093-15/+32