We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635fb71 commit 3bc0564Copy full SHA for 3bc0564
1 file changed
libultraship/libultraship/ConfigFile.cpp
@@ -72,7 +72,7 @@ namespace Ship {
72
(*this)["WINDOW"]["FULLSCREEN WIDTH"] = std::to_string(1920);
73
(*this)["WINDOW"]["FULLSCREEN HEIGHT"] = std::to_string(1080);
74
(*this)["WINDOW"]["FULLSCREEN"] = std::to_string(false);
75
- (*this)["WINDOW"]["GFX BACKEND"] = "sdl";
+ (*this)["WINDOW"]["GFX BACKEND"] = "";
76
77
(*this)["KEYBOARD CONTROLLER BINDING 1"][STR(BTN_CRIGHT)] = std::to_string(0x14D);
78
(*this)["KEYBOARD CONTROLLER BINDING 1"][STR(BTN_CLEFT)] = std::to_string(0x14B);
0 commit comments