High DPI window fixes

This commit is contained in:
Hyper
2024-10-20 23:14:20 +01:00
parent b39bc1e065
commit a272c6d32a
4 changed files with 11 additions and 9 deletions

View File

@@ -545,7 +545,7 @@ static void CreateHostDevice()
Window::Init();
g_vulkan = Config::GraphicsAPI == GraphicsAPI_Vulkan;
g_vulkan = Config::GraphicsAPI == EGraphicsAPI_Vulkan;
LoadShaderCache();