we love vulkan here

This commit is contained in:
lizzie
2026-08-31 00:11:12 +00:00
parent ea5d76013a
commit bc5cacdd16
+2 -2
View File
@@ -408,8 +408,8 @@ extern "C" SDL_AppResult SDL_AppInit(void **appstate, int argc, char **argv) {
// Apply the command line arguments
state->system.ApplySettings();
Settings::values.renderer_backend.SetValue(Settings::RendererBackend::OpenGL_GLSL);
Common::Log::SetGlobalFilter(Common::Log::Filter(Common::Log::Level::Info));
Settings::values.renderer_backend.SetValue(Settings::RendererBackend::Vulkan);
Common::Log::SetGlobalFilter(Common::Log::Filter(Common::Log::Level::Trace));
switch (Settings::values.renderer_backend.GetValue()) {
#ifdef HAS_OPENGL