fix shader example
This commit is contained in:
parent
fbe8279dae
commit
663ce0a386
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ static void CreateSettingsIni()
|
||||||
"devmode=false\n"
|
"devmode=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Preliminary libretro shader support (OpenGL only) https://github.com/libretro/glsl-shaders\n"
|
"; Preliminary libretro shader support (OpenGL only) https://github.com/libretro/glsl-shaders\n"
|
||||||
"; Example: shader=Shaders\crt-lottes-fast-no-warp.glsl\n"
|
"; Example: shader=Shaders\\crt-lottes-fast-no-warp.glsl\n"
|
||||||
"shader=\n"
|
"shader=\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Max game ticks per second, possible values: 0-1000 (Can be used to slow down a too fast running game)\n"
|
"; Max game ticks per second, possible values: 0-1000 (Can be used to slow down a too fast running game)\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue