diff options
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 |