about summary refs log tree commit diff stats
path: root/src/tools/env.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [ANDROID] Nope, re-disable map with fd tracking on AndroidptitSeb2025-01-291-0/+2
|
* [ANDROID] Try to re-enable map with fd tracking on AndroidptitSeb2025-01-291-2/+0
|
* Improved file map tracking, and use file map info in dynarec for bigblock ↵ptitSeb2025-01-271-1/+32
| | | | setting
* [ANDROID] Disable file map tracking on Android for now, as it seems to segfaultptitSeb2025-01-271-0/+2
|
* [ENV] Improved a bit env var handling and per file env varptitSeb2025-01-271-6/+4
|
* Expanded file mapping tracking for future use (might help #2295)ptitSeb2025-01-251-12/+43
|
* [DYNAREC] Added preliminary per-file settings (#2288)Yang Liu2025-01-231-20/+60
|
* Fixed various issues introduced in the env infra refactor (#2281)Yang Liu2025-01-221-6/+23
| | | | | | | | | | | * Open trace file again after apply env files * dynrec_df=1 by default * more fixes * more fixes * more
* Added [BOX64] prefix for all the stdout logs (#2279)Yang Liu2025-01-211-5/+5
| | | | | | | * Added [BOX64] prefix for all the stdout logs * Remove some hardcoded prefix * review
* [ENV] Optimized BOX64ENV log a bit (#2277)Yang Liu2025-01-211-1/+18
|
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-0/+501
* [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