From 0f575b40ea1c0ad5932d82df496b6ffbbc78830e Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Tue, 1 Oct 2024 21:02:02 +0200 Subject: [PATCH] enable singlecpu by default --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 80b9ee4..2b66ab2 100644 --- a/src/config.c +++ b/src/config.c @@ -253,7 +253,7 @@ static void cfg_create_ini() "\n" "; Force CPU0 affinity, avoids crashes/freezing, *might* have a performance impact\n" "; Note: Disable this if the game is not running smooth or there are sound issues\n" - "singlecpu=false\n" + "singlecpu=true\n" "\n" "; Available resolutions, possible values: 0 = Small list, 1 = Very small list, 2 = Full list\n" "; Note: Set this to 2 if your chosen resolution is not working or does not show up in the list\n"