diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-11-26 20:05:29 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-11-26 20:05:29 +0100 |
| commit | a186b22d6e1b0ae92a45dba84d3f67e0248aff89 (patch) | |
| tree | 2f7322f9a8b4f49836c9808a8d8424efd7718bcb /src/main.c | |
| parent | a43186d137bb06f0bbdc4da4560dcee5023974eb (diff) | |
| download | box64-a186b22d6e1b0ae92a45dba84d3f67e0248aff89.tar.gz box64-a186b22d6e1b0ae92a45dba84d3f67e0248aff89.zip | |
[DYNAREC] Refactored Strong Memory Model emulation
Diffstat (limited to 'src/main.c')
| -rwxr-xr-x | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 8ec81411..e1221454 100755 --- a/src/main.c +++ b/src/main.c @@ -1267,7 +1267,7 @@ int main(int argc, const char **argv, char **env) { printf_log(LOG_INFO, "dota2 detected, forcing dummy crashhandler\n"); box64_dummy_crashhandler = 1; #ifdef DYNAREC - box64_dynarec_strongmem = 2; + box64_dynarec_strongmem = 1; #endif } // special case for steam-runtime-check-requirements to fake 64bits suport |