Make SDL3 default

Fixes #5570
This commit is contained in:
PJB3005
2025-09-27 00:31:52 +02:00
parent 4ab61b840a
commit ee0c31a8c3

View File

@@ -1204,7 +1204,7 @@ namespace Robust.Shared
CVarDef.Create("display.use_US_QWERTY_hotkeys", false, CVar.CLIENTONLY | CVar.ARCHIVE);
public static readonly CVarDef<string> DisplayWindowingApi =
CVarDef.Create("display.windowing_api", "glfw", CVar.CLIENTONLY);
CVarDef.Create("display.windowing_api", "sdl3", CVar.CLIENTONLY);
/// <summary>
/// If true and on Windows 11 Build 22000,