about summary refs log tree commit diff stats
path: root/docs/USAGE.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070)Yang Liu2024-11-251-0/+7
| | | | | | | | | | | * [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions * Use sevl for wfe * Add docs * Fix typo * use switch case
* [ARM64_DYNAREC] More optimizations on strongmem emulation (#2051)Yang Liu2024-11-201-3/+3
|
* [ARM64_DYNAREC] Added weakbarrier=2 to disable last write barriers (#2049)Yang Liu2024-11-191-0/+1
|
* [ARM64_DYNAREC] Re-enable weakbarrier for dmb.ishst (#2048)Yang Liu2024-11-191-3/+8
|
* [ARM64_DYNAREC] Reworked a bit FASTROUNDptitSeb2024-11-051-0/+1
|
* [RCFIEL] Add an option to force usage of native EGL/GLESv2 libraryptitSeb2024-11-021-0/+5
|
* [ARM64_DYNAREC] Added BOX64_DYNAREC_NATIVEFLAGS to disable the use of native ↵ptitSeb2024-10-201-0/+5
| | | | flags, as there is still a bug or two in that mode (for #1947)
* [DYNAREC] Added a new missing mode for fallback opcodes (#1896)Yang Liu2024-10-021-0/+1
|
* [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGSptitSeb2024-09-091-1/+4
|
* [CI] Refactored CI (#1795)Yang Liu2024-09-051-1/+0
| | | | | | | | | | | | | | | | | * [CI] Enable Box32 tests on LA64 * upgrade QEMU * [COSIM] Removed thread-safe tests * Use regular cosim in CI * [CI] Simplified "Test Box64" * exclude certain tests when testing with cosim * review * box64.pod too
* [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts (#1791)Yang Liu2024-09-041-1/+1
| | | | | * [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts * Update pressure_vessel
* [RV64_DYNAREC] Fix some typos in docs and dynarec/rv64 (#1758)WANG Guidong2024-08-261-13/+13
| | | | | | | | | | | * [Typo] fix some typo in docs and dynarec/rv64 * [Typo] fix some typo in docs and dynarec/rv64 * [Typo] fix some typo in dynarec/rv64 * [Typo] fix some typo in dynarec/rv64 * [Typo] fix some typo in docs
* [DOCS] Added entry in USAGE.md for newly introduced BOX64_ARGSptitSeb2024-08-091-0/+3
|
* [RCFILE] Added support for generic names in RCFilesptitSeb2024-07-251-0/+2
|
* Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile ↵ptitSeb2024-07-151-0/+5
| | | | using it)
* fix some spelling (#1668)josch2024-07-101-7/+7
|
* Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled ↵ptitSeb2024-07-031-0/+5
| | | | with BOX64_UNITYPLAYER=0)
* [COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too)ptitSeb2024-06-241-0/+1
|
* Added BOX64_RESERVE_HIGH in rcfile handlingptitSeb2024-06-181-1/+1
|
* [COSIM] Added thread-safe tests (#1477)Yang Liu2024-04-301-2/+3
| | | | | | | | | | | | | * [COSIM] Added thread-safe tests * Added more notest * Run cosim in CI * Disable tests for RISC-V for now * Simplify * Initialize notest
* Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVMptitSeb2024-04-291-2/+7
|
* Added a way to hide SSE 4.2, as it might slow down things using the string ↵ptitSeb2024-04-291-0/+5
| | | | 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)
* Add BOX64_RCFILE variable (#1392)olegos22024-03-281-0/+3
| | | | | | | * Implement BOX64_RCFILE * Update USAGE.md * Should fix tests
* Changed, again, RDTSC and Hardware counter, introducing auto calibration ↵ptitSeb2024-03-141-6/+0
| | | | 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-0/+8
| | | | parameter earlier, before wien load to be able to change command line and maxcpu
* Better handling of Hardware counter for rdtsc emulation (ARM64 only for ↵ptitSeb2024-02-231-0/+6
| | | | now), more cpuid leafs, and introduce BOX64_RDTSC env.var. with a profile that use it
* TEGRAX1 config also have BOX64_MMAP32 activated by defaultptitSeb2024-02-071-1/+1
|
* Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)ptitSeb2024-01-271-0/+5
|
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ↵ptitSeb2024-01-231-0/+5
| | | | 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-1/+1
|
* [DYNAREC] Switched back CALLRET to 0 by Default, many things like GoG Wine ↵ptitSeb2024-01-021-2/+2
| | | | Installer needs that
* Remove FASTPAGE/HOTPAGE docs, related to #1180 (#1181)Tristan Morgan2024-01-021-10/+0
|
* Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and ↵ptitSeb2023-12-211-0/+5
| | | | created profile for wine, wine64 and GridAutosport using it
* Added lldb option to JITGDBptitSeb2023-12-151-0/+1
|
* [DYNAREC] Update USage with latest callret infoptitSeb2023-12-131-2/+2
|
* [DYNAREC_RV64] Fixed BTS BTR BTC for zbs extension (#1084)Yang Liu2023-11-261-1/+1
|
* Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL buildptitSeb2023-11-101-0/+5
|
* Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)ptitSeb2023-11-051-0/+4
|
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-251-0/+5
| | | | | | | | | | | | | | | * [INTERP] Fix fpu_round * Should be working this time * Handling wrappedlibm * Format * Fix loongarch * Make it optional * Fix android build
* [ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb2023-10-181-3/+4
|
* [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICSptitSeb2023-10-171-0/+5
|
* Use BOX64_RESERVE_HIGHMEM by default on ADLINK profileptitSeb2023-10-131-4/+4
|
* Added BOX64_SDL2_JGUID, a workaround for game using old ↵ptitSeb2023-10-111-0/+5
| | | | SDL_GetJoystickGUIDInfo funciton on recent wrapped SDL2 (for #1018)
* 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