change default settings
This commit is contained in:
parent
19ed60642f
commit
02d300c519
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ static void cfg_create_ini()
|
|||
"\n"
|
||||
"; Preliminary libretro shader support - (Requires 'renderer=opengl') https://github.com/libretro/glsl-shaders\n"
|
||||
"; 2x scaling example: https://imgur.com/a/kxsM1oY - 4x scaling example: https://imgur.com/a/wjrhpFV\n"
|
||||
"shader=Shaders\\interpolation\\bilinear.glsl\n"
|
||||
"shader=Shaders\\interpolation\\catmull-rom-bilinear.glsl\n"
|
||||
"\n"
|
||||
"; Window position, -32000 = center to screen\n"
|
||||
"posX=-32000\n"
|
||||
|
|
Loading…
Reference in a new issue