mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Fix some enumeration warnings
This commit is contained in:
parent
15e74357cf
commit
e33b130606
2 changed files with 4 additions and 8 deletions
|
|
@ -348,20 +348,20 @@ void gui_application::InitializeCallbacks()
|
|||
g_fxo->init<rsx::thread, named_thread<NullGSRender>>();
|
||||
break;
|
||||
}
|
||||
#if not defined(__APPLE__)
|
||||
case video_renderer::opengl:
|
||||
{
|
||||
#if not defined(__APPLE__)
|
||||
g_fxo->init<rsx::thread, named_thread<GLGSRender>>();
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
#if defined(HAVE_VULKAN)
|
||||
case video_renderer::vulkan:
|
||||
{
|
||||
#if defined(HAVE_VULKAN)
|
||||
g_fxo->init<rsx::thread, named_thread<VKGSRender>>();
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue