about summary refs log tree commit diff stats
path: root/src/tools/rcfile.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-783/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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
* [DYNAREC] Introduce BOX64_DYNAREC_DIRTY and some profile to use itptitSeb2025-01-151-0/+2
|
* [RCFILE] Log before applying the changeptitSeb2025-01-141-16/+16
|
* Introduce BOX64_CPUTYPE to choose emulating Intel or AMD cpus (no AMD ↵ptitSeb2024-12-271-0/+1
| | | | specific extension yet)
* [LA64_DYNAREC] Added nativeflags support (#2202)Yang Liu2024-12-241-1/+1
|
* [ARM64_DYNAREC] Added work in progress BOX64_DYNAREC_DF env. var.ptitSeb2024-12-231-0/+2
|
* [RV64_DYNAREC] Added simple opcodes fusion as "native flags" (#2102)Yang Liu2024-12-021-0/+3
| | | | | | | * [RV64_DYNAREC] Added simple opcodes fusion as "native flags" * Disable 16bit CMOV * review
* [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070)Yang Liu2024-11-251-1/+3
| | | | | | | | | | | * [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions * Use sevl for wfe * Add docs * Fix typo * use switch case
* [ARM64_DYNAREC] Added weakbarrier=2 to disable last write barriers (#2049)Yang Liu2024-11-191-1/+1
|
* [DYNAREC] Added a experimental BOX64_DYNAREC_WEAKBARRIER option (#2033)Yang Liu2024-11-141-0/+2
| | | | | * [DYNAREC] Added a experimental BOX64_DYNAREC_WEAKBARRIER option * Added it to the RCFILE
* [RCFILE] advertise that BOX64_DYNAREC_TEST=1 is appliedptitSeb2024-11-091-0/+1
|
* [ARM64_DYNAREC] Reworked a bit FASTROUNDptitSeb2024-11-051-1/+1
|
* [RCFIEL] Add an option to force usage of native EGL/GLESv2 libraryptitSeb2024-11-021-0/+1
|
* [ARM64_DYNAREC] Added BOX64_DYNAREC_NATIVEFLAGS to disable the use of native ↵ptitSeb2024-10-201-0/+2
| | | | flags, as there is still a bug or two in that mode (for #1947)
* [CORE] Refactored %pid trace file handling (#1933)Yang Liu2024-10-131-2/+2
|
* [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGSptitSeb2024-09-091-0/+8
|
* [RCFILE] Fixed some missing box_free/box_strdup in rcfileptitSeb2024-09-031-11/+11
|
* Improved Steam wine compatibility, not perfect, but better (thanks Hugo for ↵ptitSeb2024-08-091-1/+9
| | | | the args)
* [RCFILE] Added support for generic names in RCFilesptitSeb2024-07-251-19/+39
|
* Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile ↵ptitSeb2024-07-151-0/+1
| | | | using it)
* fix some spelling (#1668)josch2024-07-101-1/+1
|
* Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled ↵ptitSeb2024-07-031-0/+1
| | | | with BOX64_UNITYPLAYER=0)
* [COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too)ptitSeb2024-06-241-1/+27
|
* [RCFILE] Improved hendling of BOX64_NODYNARECptitSeb2024-06-211-14/+16
|
* Added BOX64_RESERVE_HIGH in rcfile handlingptitSeb2024-06-181-0/+5
|
* More work on RDTSC emulationptitSeb2024-06-131-0/+4
|
* More avx infrastructureptitSeb2024-05-271-1/+14
|
* [INTERPRETER] my first avx opcodeptitSeb2024-05-261-0/+1
|
* Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311)ptitSeb2024-05-091-0/+8
|
* This should fix non-dynarec buildptitSeb2024-04-291-0/+2
|
* Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVMptitSeb2024-04-291-0/+4
|
* Added a way to hide SSE 4.2, as it might slow down things using the string ↵ptitSeb2024-04-291-0/+1
| | | | opcodes. Also, looks like some java program have issue with current implementation of pcmp[ei]str[im] somehow, so diabling automaticaly when detecting libjvm.so (for SlayTheSpire in particular)
* [RCFILE] Make sure strdup is coherent with freeptitSeb2024-04-031-4/+4
|
* Changed, again, RDTSC and Hardware counter, introducing auto calibration ↵ptitSeb2024-03-141-17/+1
| | | | when hardware counter is too slow for modern standard (and removed BOX64_RDTSC env. var.)
* [RCFILE] Added 2 new rcfile only option, and try to apply wine program ↵ptitSeb2024-03-121-13/+30
| | | | parameter earlier, before wien load to be able to change command line and maxcpu
* [RV64_INTERP] Added TSC freq support (#1293)Yang Liu2024-02-281-1/+1
| | | | | * [RV64_INTERP] Added TSC freq support * Simplify
* Better handling of Hardware counter for rdtsc emulation (ARM64 only for ↵ptitSeb2024-02-231-0/+18
| | | | now), more cpuid leafs, and introduce BOX64_RDTSC env.var. with a profile that use it
* [ARM64_DYNAREC] Reworked, again, strongmem emulationptitSeb2024-02-061-1/+1
|
* [ARM64_DYNAREC] Added BOX64_DYNAREC_DIV0 option to check/trigger Divide by 0 ↵ptitSeb2024-02-051-0/+3
| | | | when needed
* [DYNAREC_TEST] Force enabled x87double when using DYNAREC_TEST to limit ↵ptitSeb2024-02-031-0/+1
| | | | false positive
* [RCFIEL] Fixed BOX64_IGNOREINT3ptitSeb2024-01-281-1/+1
|
* Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)ptitSeb2024-01-271-0/+1
|
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ↵ptitSeb2024-01-231-0/+1
| | | | Snapdragon device running Vulkan with Wine/Wow64, active by default on SD845/SD888/SD8G2 profiles)
* [RCFILE] Added more option to rcfile and added geekbench5 profileptitSeb2024-01-061-0/+20
|
* [RCFILE] Add a function to quickly get current process nameptitSeb2024-01-021-1/+5
|
* [MEMORY] Switched from a sparse array to a red-black tree (#1180)rajdakin2023-12-311-2/+2
| | | | | * [MEMORY] Switched from a sparse array to an RB tree * [RBTREE] Fixed the Android build
* [RCFILE] Made so that BOX64_MAXCPU is the minimum value if set both on ↵ptitSeb2023-12-231-1/+6
| | | | command line and a/many profile
* Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and ↵ptitSeb2023-12-211-0/+1
| | | | created profile for wine, wine64 and GridAutosport using it
* [RCFILE] Fixed file leakptitSeb2023-12-181-0/+1
|
* Added lldb option to JITGDBptitSeb2023-12-151-1/+1
|