config: implemented string<->enum conversion

This commit is contained in:
Hyper
2024-10-21 22:23:52 +01:00
parent 23b5bdab85
commit efaf8fb8c4
6 changed files with 127 additions and 33 deletions
+1 -1
View File
@@ -561,7 +561,7 @@ static void CreateHostDevice()
Window::Init();
g_vulkan = Config::GraphicsAPI == GraphicsAPI::Vulkan;
g_vulkan = Config::GraphicsAPI == EGraphicsAPI::Vulkan;
LoadShaderCache();