From e7a4ded92fbf4f3ce51d4737b31f59305c7f262e Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Wed, 4 Aug 2021 16:17:28 +0200 Subject: [PATCH] document some hidden settings --- src/config.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/config.c b/src/config.c index 1ec9a04..febd9c0 100644 --- a/src/config.c +++ b/src/config.c @@ -326,6 +326,14 @@ static void cfg_create_ini() "; Force CPU0 affinity, avoids crashes/freezing, *might* have a performance impact\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, set to 1 if the game is crashing\n" + "resolutions=0\n" + "\n" + "; Pass additional DirectDrawCreate calls to original system ddraw.dll\n" + "; Note: Disable this if videos are not being upscaled or the game is refusing to start\n" + "passthrough=true\n" + "\n" "\n" "\n" "; ### Game specific settings ###\n"