about summary refs log tree commit diff stats
path: root/src/tools/rcfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1)ptitSeb2023-02-161-0/+2
* Refactored trace to file system, to be more resiliantptitSeb2023-02-141-1/+3
* Various minor warning fixesptitSeb2023-02-131-2/+3
* Fixed a memory leak in rcfileptitSeb2023-02-121-1/+3
* Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in...ptitSeb2023-01-281-0/+2
* Fix build on non-dynarec buildptitSeb2023-01-051-1/+1
* Added more command to rcfiles, and a default one when system version is not f...ptitSeb2023-01-051-1/+46
* [RCFILE] Fixed BOX64_NODYNAREC handlingptitSeb2022-12-111-1/+2
* [RCFILE] Fixed handling of BOX64_TRACE_FILEptitSeb2022-12-041-2/+2
* Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...ptitSeb2022-12-041-0/+1
* [RCFILE] Fixed String readingptitSeb2022-12-031-1/+1
* Fixed handing of BOX86_ROLLING_LOG in rcfileptitSeb2022-12-021-1/+9
* [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed...ptitSeb2022-12-011-0/+2
* [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGEptitSeb2022-12-011-0/+2
* [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ...ptitSeb2022-11-291-0/+2
* Fixed 2 logs when applay trace setting from RCFilesptitSeb2022-11-281-2/+2
* Fixed an issue when an entry is found 2 times in RCFilesptitSeb2022-11-281-7/+6
* Fixed Dynarec non-trace buildptitSeb2022-11-271-3/+12
* Added box64rc configuration file handlingptitSeb2022-11-271-0/+454