about summary refs log tree commit diff stats
path: root/src/include/env.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ENV] Introduced BOX64_PCLMULQDQ (#3086)Yang Liu2025-10-221-0/+1
| | | | | * [ENV] Introduced BOX64_PCLMULQDQ * review
* [DYNAREC][WOWBOX64] BOX4_DYNAREC_INTERP_SIGNAL is not availble in WowBox64 ↵ptitSeb2025-10-191-1/+1
| | | | for now
* [DYNAREC] Introduce BOX4_DYNAREC_INTERP_SIGNAL and 1 profile that needs itptitSeb2025-10-191-0/+1
|
* [ENV] Added a new BOX64_ARCH option (#3076)Yang Liu2025-10-171-0/+1
|
* [DYNAREC] Added BOX64_DYNAREC_NOHOTPAGE to disabled hotpage detectionptitSeb2025-10-031-0/+1
|
* [LA64] Do not expose AVX by default for now, there are still some issue to ↵ptitSeb2025-09-171-1/+1
| | | | fix before
* [LA64_DYNAREC] Enable AVX/AVX2 by default (#2946)Yang Liu2025-08-181-2/+2
|
* [RCFILE] Fixed profile per lib/dll that was using default instead of curent ↵ptitSeb2025-07-091-1/+1
| | | | env for non defined values
* [DYNACACHE] Introduced B64X_DYNACACHE=2 to use cache but not create new ↵ptitSeb2025-06-201-1/+1
| | | | ones, and made it default
* [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)ptitSeb2025-06-191-0/+16
|
* [DYNACACHE] More work on dynache relocationptitSeb2025-06-151-1/+3
|
* [DYNACACHE] Dynarec memory is now part of MMpa file tracking when possibleptitSeb2025-06-111-0/+3
|
* [ENV][WOW64] Not every env var applies to WowBox64 (#2700)Yang Liu2025-06-021-115/+115
| | | | | * [ENV] Not every env var applies to WowBox64 * [DOCS] Updated env docs for WowBox64
* [WOW64] Supported logging to stdout (#2679)Yang Liu2025-05-281-1/+1
|
* [DOCS] Align usage.json and env.h (#2633)Yang Liu2025-05-141-21/+4
| | | | | | | | | * [DOCS] Align usage.json and env.h * Removed BOX64_FUTEX_WAITV * review * gen
* [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
| | | | | | | * [WOW64] Add stub for VolatileRangesContains * [WOW64] Implement BTCpu[GS]etContext * [WOW64] Add env support
* [RCFILE] Put back WEAKBARRIER 1 as defaultptitSeb2025-05-091-1/+1
|
* [RCFILE] Fixed WEAKBARRIER=2 never taken into accountptitSeb2025-05-081-1/+1
|
* [DYNAREC] Use PE volatile metadata in dynarec (#2610)Yang Liu2025-05-071-93/+94
|
* [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
|
* [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ↵ptitSeb2025-04-161-1/+1
| | | | ([ARM64_DYNAREC] only for now)
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 ↵ptitSeb2025-04-091-1/+1
| | | | only, RV64 and LA64 todo)
* [DYNAREC] Introduced DYNAREC_DIRTY=2 and changed a profile to use itptitSeb2025-03-121-1/+1
|
* [RCFILE] Added range gdbjit support (#2414)Yang Liu2025-03-031-3/+6
|
* [RCFILE] Fixed ROLLING_LOG when setup in a profile onlyptitSeb2025-02-071-1/+2
|
* [RCFILE] Adjusted MALLOC_HACK to be an integer between 0 and 2 instead of a ↵ptitSeb2025-02-061-1/+1
| | | | Boolean
* More improvmnet to map with fd trackingptitSeb2025-01-291-1/+2
|
* [DYNAREC] Make BIGBLOCK=2 defaultptitSeb2025-01-291-1/+1
|
* Improved file map tracking, and use file map info in dynarec for bigblock ↵ptitSeb2025-01-271-0/+1
| | | | setting
* [ENV] Improved a bit env var handling and per file env varptitSeb2025-01-271-2/+1
|
* [ENV] Fixed the type of BOX64_DYNAREC_STRONGMEM (#2298)xctan2025-01-271-1/+1
|
* Expanded file mapping tracking for future use (might help #2295)ptitSeb2025-01-251-0/+1
|
* [DYNAREC] Added preliminary per-file settings (#2288)Yang Liu2025-01-231-1/+5
|
* [DOCS] Auto-generated USAGE.md and box64.pod (#2283)Yang Liu2025-01-221-1/+1
|
* Fixed various issues introduced in the env infra refactor (#2281)Yang Liu2025-01-221-93/+92
| | | | | | | | | | | * Open trace file again after apply env files * dynrec_df=1 by default * more fixes * more fixes * more
* [ENV] Optimized BOX64ENV log a bit (#2277)Yang Liu2025-01-211-1/+7
|
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-0/+200
* [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes