about summary refs log tree commit diff stats
path: root/src/tools/rcfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070)Yang Liu2024-11-251-1/+3
* [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
* [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
* [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 t...ptitSeb2024-08-091-1/+9
* [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 us...ptitSeb2024-07-151-0/+1
* fix some spelling (#1668)josch2024-07-101-1/+1
* Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled wi...ptitSeb2024-07-031-0/+1
* [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 op...ptitSeb2024-04-291-0/+1
* [RCFILE] Make sure strdup is coherent with freeptitSeb2024-04-031-4/+4
* Changed, again, RDTSC and Hardware counter, introducing auto calibration when...ptitSeb2024-03-141-17/+1
* [RCFILE] Added 2 new rcfile only option, and try to apply wine program parame...ptitSeb2024-03-121-13/+30
* [RV64_INTERP] Added TSC freq support (#1293)Yang Liu2024-02-281-1/+1
* Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),...ptitSeb2024-02-231-0/+18
* [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
* [DYNAREC_TEST] Force enabled x87double when using DYNAREC_TEST to limit false...ptitSeb2024-02-031-0/+1
* [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
* [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
* [RCFILE] Made so that BOX64_MAXCPU is the minimum value if set both on comman...ptitSeb2023-12-231-1/+6
* Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created...ptitSeb2023-12-211-0/+1
* [RCFILE] Fixed file leakptitSeb2023-12-181-0/+1
* Added lldb option to JITGDBptitSeb2023-12-151-1/+1
* [TRACE] Small improvment to trace handlingptitSeb2023-11-151-2/+2
* Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL buildptitSeb2023-11-101-0/+1
* [RCFILE] Disable FASTNAN, FASTROUND and CALLRET when using BOX64_DYNAREC_TEST...ptitSeb2023-11-071-0/+5
* Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)ptitSeb2023-11-051-0/+3
* [RCFILE] Added more trace when applying BOX64_TRACE_FILE settingptitSeb2023-11-051-0/+1
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-251-1/+2
* [ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb2023-10-181-1/+9