add new .ini setting for hiding child windows
This commit is contained in:
parent
1fde0ef382
commit
b83005118d
3 changed files with 37 additions and 11 deletions
|
@ -329,7 +329,7 @@ static void cfg_create_ini()
|
|||
"; 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"
|
||||
"; Child window handling, possible values: 0 = Disabled, 1 = Display top left, 2 = Display top left + repaint\n"
|
||||
"; Child window handling, possible values: 0 = Disabled, 1 = Display top left, 2 = Display top left + repaint, 3 = Hide\n"
|
||||
"; Note: Disables upscaling if a child window was detected\n"
|
||||
"fixchilds=2\n"
|
||||
"\n"
|
||||
|
@ -417,8 +417,8 @@ static void cfg_create_ini()
|
|||
"\n"
|
||||
"; Blade & Sword\n"
|
||||
"[comeon]\n"
|
||||
"renderer=opengl\n"
|
||||
"nonexclusive=true\n"
|
||||
"fixchilds=3\n"
|
||||
"hook=3\n"
|
||||
"fixpitch=true\n"
|
||||
"\n"
|
||||
"; Blood II - The Chosen / Shogo - Mobile Armor Division\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue