about summary refs log tree commit diff stats
path: root/system (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVMptitSeb2024-04-291-1/+1
|
* Added a way to hide SSE 4.2, as it might slow down things using the string ↵ptitSeb2024-04-291-0/+2
| | | | 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] Added 2 more optimized profile for wine new wow64 gamesptitSeb2024-04-271-1/+8
|
* [RCFILE] Added a profile for beyond-all-reason (for #1412)ptitSeb2024-04-261-1/+4
|
* [RCFILE] Update weixin profile (#1467)Yang Liu2024-04-251-0/+1
|
* [RCFILE] Added 2 more profilesptitSeb2024-04-201-0/+8
|
* [RCFILE] Added Yandare Simulator Profile (#1459)Lily2024-04-201-0/+6
|
* Add Oxygen Not Included to box64rc based on ↵Hypothalamus2024-04-101-0/+3
| | | | | https://github.com/ptitSeb/box86-compatibility-list/issues/298 (#1431) Reported-by: ricoazzurro
* [RCFILE] Fixed some issues with wine program detectionptitSeb2024-03-121-1/+1
|
* [RCFILE] Added 2 new rcfile only option, and try to apply wine program ↵ptitSeb2024-03-121-1/+2
| | | | parameter earlier, before wien load to be able to change command line and maxcpu
* Do not expose FMA cpu extension, it's associated to AVX by some enginesptitSeb2024-03-111-0/+3
|
* [RCFILE] Added profile for Capcom Arcade StatiumptitSeb2024-03-071-0/+4
|
* [LA64_DYNAREC] Added xSavedSP to emitter for later useptitSeb2024-03-021-8/+8
|
* [RCFILE] Adjusted settings for windows steamptitSeb2024-02-241-1/+6
|
* Better handling of Hardware counter for rdtsc emulation (ARM64 only for ↵ptitSeb2024-02-231-0/+4
| | | | now), more cpuid leafs, and introduce BOX64_RDTSC env.var. with a profile that use it
* Added 1 more profile for wine/new wow64ptitSeb2024-02-201-0/+7
|
* [RCFILE] Adjested/Added profilesptitSeb2024-02-031-3/+14
|
* system/box64.conf.cmake: change rule name to be box64 specific (#1233)josch2024-01-311-1/+1
| | | | | | | | | Having an entry named x86_64 in /proc/sys/fs/binfmt_misc/ is not ideal because: - it does not indicate who the binfmt provider is (others start with llvm-*, python* or qemu-* to indicate this) - it is a namespace grab -- there is no justification for box64 to grab the identifier "x86_64" over all other potential binfmt providers
* [RCFILE] Added a profile for DaveTheDiverptitSeb2024-01-301-0/+3
|
* [RCFILE] Added Celeste.exe profileptitSeb2024-01-271-0/+3
|
* [RCFILE] Fixed Unturned profileptitSeb2024-01-271-1/+1
|
* [RCFILE] Added Unturned profileptitSeb2024-01-271-0/+3
|
* [RCFILE] Update & Added a few profilesptitSeb2024-01-191-1/+15
|
* [RCFILE] Adjusted steamwebhelper profile for better stabilityptitSeb2024-01-171-1/+1
|
* [RCFILE] Added and Adjusted a few more profileptitSeb2024-01-161-10/+15
|
* Added profile for Unigine Heaven Linux versionptitSeb2024-01-061-0/+6
|
* [RCFILE] Added more option to rcfile and added geekbench5 profileptitSeb2024-01-061-0/+5
|
* [RCFILE] Add profile for Broforce and change 3dSen to limit cmax core to 4, ↵ptitSeb2024-01-041-0/+12
| | | | it actualy speedup emulation if many cares are present
* [RCFILE] Disable CALL/RET optimization for zoom (#1170) (#1174)Yang Liu2023-12-271-1/+4
| | | | | | | * [WRAPPER] Added 1 more wrapped libc functions * [RCFILE] Disable CALL/RET optimization for zoom (#1170) * Do not delete BOX64_DYNAREC_CALLRET=1 in case we make it not default again
* [RCFILE] Refiled GridAutosport profile againptitSeb2023-12-231-1/+1
|
* [RCFILE] Limit number of cores to 16 for HueptitSeb2023-12-221-0/+3
|
* [RCFILE] Refixed GridAutosport profileptitSeb2023-12-211-3/+1
|
* Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and ↵ptitSeb2023-12-211-0/+15
| | | | created profile for wine, wine64 and GridAutosport using it
* [RCFILE] Added FL64 Profile (#1149)Lily2023-12-201-0/+5
|
* [RCFILE] Added Crysis Remastered profileptitSeb2023-12-181-0/+4
|
* [DYNAREC] Made callret default, improved callret efficiency, and dynarec ↵ptitSeb2023-12-131-5/+4
| | | | speed on larger blocks
* [RCFILE] Added profile for Mini Motor Racing XptitSeb2023-12-051-0/+3
|
* [RCFILE] Refined some existing profile and add a buch of new oneptitSeb2023-12-031-3/+13
|
* [RCFILE] Added 2 ew profilesptitSeb2023-11-301-0/+6
|
* [RCFILE] Added Witcher 3 profileptitSeb2023-11-081-0/+2
|
* Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)ptitSeb2023-11-051-0/+4
|
* [RCFILE] Better profile for HeroicptitSeb2023-10-301-2/+2
|
* This might help Steam on WineptitSeb2023-10-291-1/+4
|
* This makes steamwebhelper (much) more stableptitSeb2023-10-271-2/+2
|
* [RCFILE] Added a profile for ToTheMoonptitSeb2023-10-191-0/+3
|
* [ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb2023-10-181-1/+4
|
* [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICSptitSeb2023-10-171-0/+12
|
* Added BOX64_SDL2_JGUID, a workaround for game using old ↵ptitSeb2023-10-111-0/+3
| | | | SDL_GetJoystickGUIDInfo funciton on recent wrapped SDL2 (for #1018)
* This steam-runtime-launcher-service process never exit and seems to be ↵ptitSeb2023-10-011-0/+1
| | | | skipable when using box, so skip it
* Improved default box64rcptitSeb2023-09-091-2/+11
|