mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Disable OpenGL on macOS
This commit is contained in:
parent
6d737e61fd
commit
29a6db8960
4 changed files with 12 additions and 0 deletions
|
@ -332,11 +332,13 @@ void gui_application::InitializeCallbacks()
|
|||
g_fxo->init<rsx::thread, named_thread<NullGSRender>>();
|
||||
break;
|
||||
}
|
||||
#if not defined(__APPLE__)
|
||||
case video_renderer::opengl:
|
||||
{
|
||||
g_fxo->init<rsx::thread, named_thread<GLGSRender>>();
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
#if defined(HAVE_VULKAN)
|
||||
case video_renderer::vulkan:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue