Skip to content

Commit 3bc0564

Browse files
authored
Use DX11 by default, if available (#307)
1 parent 635fb71 commit 3bc0564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libultraship/libultraship/ConfigFile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ namespace Ship {
7272
(*this)["WINDOW"]["FULLSCREEN WIDTH"] = std::to_string(1920);
7373
(*this)["WINDOW"]["FULLSCREEN HEIGHT"] = std::to_string(1080);
7474
(*this)["WINDOW"]["FULLSCREEN"] = std::to_string(false);
75-
(*this)["WINDOW"]["GFX BACKEND"] = "sdl";
75+
(*this)["WINDOW"]["GFX BACKEND"] = "";
7676

7777
(*this)["KEYBOARD CONTROLLER BINDING 1"][STR(BTN_CRIGHT)] = std::to_string(0x14D);
7878
(*this)["KEYBOARD CONTROLLER BINDING 1"][STR(BTN_CLEFT)] = std::to_string(0x14B);

0 commit comments

Comments
 (0)