about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-01-02 18:50:48 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-01-02 18:50:48 +0100
commita609452cfda881aa53e591728d7b63adab20b777 (patch)
tree1aa307607af168bec872b4459e346c1dcc8a28c0 /src/main.c
parentee1256a676744da3257d5c2ad6fea5dd9b870bfd (diff)
downloadbox64-a609452cfda881aa53e591728d7b63adab20b777.tar.gz
box64-a609452cfda881aa53e591728d7b63adab20b777.zip
[DYNAREC] Switched back CALLRET to 0 by Default, many things like GoG Wine Installer needs that
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 49212eb2..b4d0884d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -61,7 +61,7 @@ int box64_dynarec_x87double = 0;
 int box64_dynarec_fastnan = 1;
 int box64_dynarec_fastround = 1;
 int box64_dynarec_safeflags = 1;
-int box64_dynarec_callret = 1;
+int box64_dynarec_callret = 0;
 int box64_dynarec_bleeding_edge = 1;
 int box64_dynarec_jvm = 1;
 int box64_dynarec_tbb = 1;