We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf8849 commit 1fed433Copy full SHA for 1fed433
libultraship/libultraship/ConfigFile.cpp
@@ -71,7 +71,7 @@ namespace Ship {
71
(*this)["WINDOW"]["FULLSCREEN WIDTH"] = std::to_string(1920);
72
(*this)["WINDOW"]["FULLSCREEN HEIGHT"] = std::to_string(1080);
73
(*this)["WINDOW"]["FULLSCREEN"] = std::to_string(false);
74
- (*this)["WINDOW"]["GFX BACKEND"] = "";
+ (*this)["WINDOW"]["GFX BACKEND"] = "sdl";
75
76
(*this)["KEYBOARD CONTROLLER BINDING 1"][STR(BTN_CRIGHT)] = std::to_string(0x14D);
77
(*this)["KEYBOARD CONTROLLER BINDING 1"][STR(BTN_CLEFT)] = std::to_string(0x14B);
@@ -156,4 +156,4 @@ namespace Ship {
156
157
return File.generate(Val);
158
}
159
-}
+}
0 commit comments