adjust default shader
This commit is contained in:
parent
3cf935a063
commit
fb3dd266c4
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,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\\simple-sharp-bilinear.glsl\n"
|
||||
"shader=Shaders\\interpolation\\bilinear.glsl\n"
|
||||
"\n"
|
||||
"; Window position, -32000 = center to screen\n"
|
||||
"posX=-32000\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue