about summary refs log tree commit diff stats
path: root/src/tools/rcfile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICSptitSeb2023-10-171-0/+2
* Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn...ptitSeb2023-10-111-0/+4
* This steam-runtime-launcher-service process never exit and seems to be skipab...ptitSeb2023-10-011-0/+3
* Improved default box64rcptitSeb2023-09-091-0/+3
* [ANDROID] fixing fix fix...ptitSeb2023-09-021-0/+9
* [DYNAREC] Lair of the Clockwork God need FASTROUND to 0 (help #805)ptitSeb2023-06-041-0/+3
* [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con...ptitSeb2023-05-311-0/+2
* [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcodeptitSeb2023-05-071-0/+2
* Adjusted default rcfile for steamptitSeb2023-05-061-1/+1
* Improved test17 and finetuned factorio profile to disable FASTROUND on DynarecptitSeb2023-04-011-0/+3
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-0/+2
* [DYNAREC] Soma need FASTROUND disabled for it's physics engineptitSeb2023-03-111-0/+3
* [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ...ptitSeb2023-03-071-0/+9
* [RCFLE] Better default for heroic launcher when no rcfile is foundptitSeb2023-03-051-0/+4
* Added automatic detection of libcef (will help zoon #510, #451, #302 and prob...ptitSeb2023-03-051-0/+1
* Better default rcfile for when no rcfile are presentptitSeb2023-03-021-1/+3
* Merge branch 'main' into steam_chromeptitSeb2023-02-201-3/+5
|\
| * [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to handle...ptitSeb2023-02-191-3/+5
| * Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...ptitSeb2023-02-191-0/+1
* | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...ptitSeb2023-02-201-0/+1
* | Preliminary work to get steamwebhelper workingptitSeb2023-02-181-0/+1
|/
* [RCFILE] Small fix to avoind applying same profile multiple timeptitSeb2023-02-181-3/+3
* [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