document some hidden settings

This commit is contained in:
FunkyFr3sh 2021-08-04 16:17:28 +02:00
parent 20357e666f
commit e7a4ded92f

View file

@ -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"