make nonexclusive= .ini settings work with direct3d 9 too

This commit is contained in:
FunkyFr3sh 2020-10-21 16:21:15 +02:00
parent 8e54756b4a
commit c834411677
2 changed files with 10 additions and 1 deletions

View file

@ -312,7 +312,7 @@ static void cfg_create_ini()
"; Note: Set this to a low value such as 5 or 10 if some parts of the game are not being displayed (e.g. menus or loading screens)\n"
"minfps=0\n"
"\n"
"; Disable fullscreen-exclusive mode for the OpenGL renderer\n"
"; Disable fullscreen-exclusive mode for the direct3d9/opengl renderers\n"
"; Note: Can be used in case some GUI elements like buttons/textboxes/videos/etc.. are invisible\n"
"nonexclusive=false\n"
"\n"