mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-04 10:41:35 -06:00
config: use enum classes
This commit is contained in:
@@ -561,7 +561,7 @@ static void CreateHostDevice()
|
||||
|
||||
Window::Init();
|
||||
|
||||
g_vulkan = Config::GraphicsAPI == EGraphicsAPI_Vulkan;
|
||||
g_vulkan = Config::GraphicsAPI == GraphicsAPI::Vulkan;
|
||||
|
||||
LoadShaderCache();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user