Skip to content

Commit 1fed433

Browse files
authored
Sets default GFX backend to OpenGL
1 parent 4bf8849 commit 1fed433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libultraship/libultraship/ConfigFile.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ namespace Ship {
7171
(*this)["WINDOW"]["FULLSCREEN WIDTH"] = std::to_string(1920);
7272
(*this)["WINDOW"]["FULLSCREEN HEIGHT"] = std::to_string(1080);
7373
(*this)["WINDOW"]["FULLSCREEN"] = std::to_string(false);
74-
(*this)["WINDOW"]["GFX BACKEND"] = "";
74+
(*this)["WINDOW"]["GFX BACKEND"] = "sdl";
7575

7676
(*this)["KEYBOARD CONTROLLER BINDING 1"][STR(BTN_CRIGHT)] = std::to_string(0x14D);
7777
(*this)["KEYBOARD CONTROLLER BINDING 1"][STR(BTN_CLEFT)] = std::to_string(0x14B);
@@ -156,4 +156,4 @@ namespace Ship {
156156

157157
return File.generate(Val);
158158
}
159-
}
159+
}

0 commit comments

Comments
 (0)