From ac5c76f062c20522a8393cfe8181f5ccdbd99f94 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Sat, 5 Jun 2021 02:50:23 +0200 Subject: [PATCH] fix .ini key name --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index 9375845..09862ed 100644 --- a/src/config.c +++ b/src/config.c @@ -281,7 +281,7 @@ static void cfg_create_ini() "savesettings=1\n" "\n" "; Should the window be resizeable by the user in windowed mode?\n" - "resizeable=true\n" + "resizable=true\n" "\n" "; Enable linear (D3DTEXF_LINEAR) upscaling filter for the direct3d9 renderer (16 bit color depth games only)\n" "d3d9linear=true\n"