document some hidden settings
This commit is contained in:
parent
20357e666f
commit
e7a4ded92f
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue