From 94b93da8f699e1844aec2508f9eeab8ef6484d15 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sun, 13 Aug 2023 20:35:36 +0200 Subject: [PATCH] update comments --- src/config.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 284d445..d73651a 100644 --- a/src/config.c +++ b/src/config.c @@ -332,11 +332,12 @@ static void cfg_create_ini() "nonexclusive=false\n" "\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=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" - "; Note: Set this to 1 if the game is crashing\n" + "; Note: Set this to 1 if the game is crashing on startup\n" "resolutions=0\n" "\n" "; Child window handling, possible values: 0 = Disabled, 1 = Display top left, 2 = Display top left + repaint, 3 = Hide\n"