fix .ini key name
This commit is contained in:
parent
f432aefcb6
commit
ac5c76f062
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ static void cfg_create_ini()
|
||||||
"savesettings=1\n"
|
"savesettings=1\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Should the window be resizeable by the user in windowed mode?\n"
|
"; Should the window be resizeable by the user in windowed mode?\n"
|
||||||
"resizeable=true\n"
|
"resizable=true\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Enable linear (D3DTEXF_LINEAR) upscaling filter for the direct3d9 renderer (16 bit color depth games only)\n"
|
"; Enable linear (D3DTEXF_LINEAR) upscaling filter for the direct3d9 renderer (16 bit color depth games only)\n"
|
||||||
"d3d9linear=true\n"
|
"d3d9linear=true\n"
|
||||||
|
|
Loading…
Reference in a new issue