1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

change default settings

This commit is contained in:
FunkyFr3sh 2023-09-03 00:18:32 +02:00
parent 19ed60642f
commit 02d300c519

View File

@ -279,7 +279,7 @@ static void cfg_create_ini()
"\n" "\n"
"; Preliminary libretro shader support - (Requires 'renderer=opengl') https://github.com/libretro/glsl-shaders\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" "; 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" "\n"
"; Window position, -32000 = center to screen\n" "; Window position, -32000 = center to screen\n"
"posX=-32000\n" "posX=-32000\n"