diff options
| author | Hypothalamus <sehraf@users.noreply.github.com> | 2024-04-10 17:56:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-10 17:56:02 +0200 |
| commit | 5c0d765f59833f7687876a8fd7eb7ab31d117a32 (patch) | |
| tree | 90c430ec76b8e9cc4262d8df74c3b4e0f541c1f2 /system | |
| parent | db35542706827c411db79a2db97f6d6ce58f6e5e (diff) | |
| download | box64-5c0d765f59833f7687876a8fd7eb7ab31d117a32.tar.gz box64-5c0d765f59833f7687876a8fd7eb7ab31d117a32.zip | |
Add Oxygen Not Included to box64rc based on https://github.com/ptitSeb/box86-compatibility-list/issues/298 (#1431)
Reported-by: ricoazzurro
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index 58ba30ae..8e333688 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -120,6 +120,9 @@ BOX64_DYNAREC_SAFEFLAGS=0 #BOX64_DYNAREC_FORWARD=1024 BOX64_DYNAREC_ALIGNED_ATOMICS=1 +[OxygenNotIncluded] +BOX64_DYNAREC_FASTROUND=0 + [pressure-vessel-wrap] BOX64_NOGTK=1 |