about summary refs log tree commit diff stats
path: root/docs/USAGE.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update USAGE.md on rcfilesptitSeb2023-08-311-1/+4
|
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | Do not try to preserve high memory (unless BOX64_RESERVE_HIGH=1 is used), as ↵ptitSeb2023-05-311-0/+4
| | | | | | | | currently, it seems buggy and making more harm then good
* | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply ↵ptitSeb2023-05-311-0/+5
| | | | | | | | conservative settings when loaded (should help #813) and probably other java based games/apps)
* | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcodeptitSeb2023-05-071-0/+5
|/
* [DYNAREC] Defaulting to not tagging HotPage, it seems to work generaly ↵ptitSeb2023-04-261-2/+2
| | | | better without now
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ↵ptitSeb2023-03-271-0/+5
| | | | time and compare states
* fix some spelling mistakes (#640)josch2023-03-261-5/+5
|
* [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ↵ptitSeb2023-03-071-0/+5
| | | | (works well on box64, with up to 30% more speed)
* Added automatic detection of libcef (will help zoon #510, #451, #302 and ↵ptitSeb2023-03-051-0/+5
| | | | probably other too)
* Merge branch 'main' into steam_chromeptitSeb2023-02-201-1/+6
|\
| * Fixed a improved HotPage handlingptitSeb2023-02-201-1/+1
| |
| * [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to ↵ptitSeb2023-02-191-1/+6
| | | | | | | | handle HotPages (faster but crashy)
| * Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to ↵ptitSeb2023-02-191-0/+10
| | | | | | | | not handle them
* | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to ↵ptitSeb2023-02-201-0/+10
| | | | | | | | not handle them
* | Preliminary work to get steamwebhelper workingptitSeb2023-02-181-0/+6
|/
* [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1)ptitSeb2023-02-161-0/+5
|
* [DYNAREC] Made FASTROUND the default (faster, less accurate)ptitSeb2023-01-291-3/+3
|
* Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, ↵ptitSeb2023-01-281-0/+5
| | | | introducing BOX64_DYNAREC_FASTROUND to ignore that)
* Added more command to rcfiles, and a default one when system version is not ↵ptitSeb2023-01-051-0/+13
| | | | found (and move some essential detection there)
* [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of ↵ptitSeb2022-12-011-0/+5
| | | | MonoBleedingEdge (and disable that for 3dSen)
* [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGEptitSeb2022-12-011-0/+5
|
* [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ↵ptitSeb2022-11-291-0/+5
| | | | of CALL/RET opcode, not compatible with JIT/Dynarec)
* Use dummy crashhandler lib by defaultptitSeb2022-11-291-1/+1
|
* Added box64rc configuration file handlingptitSeb2022-11-271-42/+46
|
* Added BOX64_CRASHHANDLER env. var.ptitSeb2022-11-141-1/+6
|
* Added BOX64_SHOWBT env. var. to have a backtrace on segfaultptitSeb2022-10-271-0/+5
|
* More flexibility for BOX64_ROLLING_LOGptitSeb2022-10-261-1/+2
|
* [DYNAREC] Added BIGBLOCK=3 levelptitSeb2022-10-251-1/+2
|
* [DYNAREC] Added BOX64_DYNAREC_SAFEFLAGSptitSeb2022-10-221-0/+6
|
* Improved usage of x86_64 bash with BOX64_BASH env varptitSeb2022-09-151-0/+5
|
* Fixed a USAGE.md issue (for #405)ptitSeb2022-09-141-1/+1
|
* Smalls fixes to USAGE.mdptitSeb2022-09-121-2/+3
|
* Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signalptitSeb2022-07-301-0/+5
|
* Added '+' in FILE_TRACE_NAME to append traceptitSeb2022-07-171-0/+1
|
* Added BOX64_ENV to create env. var. at load time (for #347)ptitSeb2022-07-111-0/+8
|
* [DYNAREC] Added option to force x87 to use double (ported from box86)ptitSeb2022-04-131-0/+5
|
* More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing ↵ptitSeb2022-03-311-0/+5
| | | | BOX64_DYNAREC_FASTNAN env. var. to keep old faster behaviour selectable)
* Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to ↵ptitSeb2022-03-271-0/+10
| | | | use it
* Added an option to always show SIGSEGV messagesptitSeb2022-03-061-0/+5
|
* Added some missing variables in USAGE.mdptitSeb2022-03-011-1/+10
|
* [DYNAREC] Reduce performance impact of StrongMem, and added old Strongmem ↵ptitSeb2021-11-191-1/+2
| | | | method as BOX64_DYNAREC_STRONGMEM=2
* [DYNAREC] Added an option to simulate Strong Memory Model, and auto activate ↵ptitSeb2021-11-181-0/+5
| | | | it when libmonobdgcw-2.0.so is detected (should help #110 and #158 at least)
* [DYNAREC] Removed special case for RimWorldLinux and generalized it for all ↵ptitSeb2021-11-181-1/+1
| | | | program loading libmonodbwgc-2.0.so
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads ↵ptitSeb2021-11-111-0/+5
| | | | and a JIT (help RimWorld Linux, but not enough to be 100% stable)
* Added BOX64_NOPULSE info to the READMEptitSeb2021-09-041-0/+5
|
* Moved documentation to "docs/" folder.Jai-JAP2021-07-121-0/+147