mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-30 11:31:04 -05: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