mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Disable OpenGL on macOS
This commit is contained in:
parent
6d737e61fd
commit
29a6db8960
4 changed files with 12 additions and 0 deletions
|
|
@ -71,7 +71,9 @@ void headless_application::InitializeCallbacks()
|
|||
g_fxo->init<rsx::thread, named_thread<NullGSRender>>();
|
||||
break;
|
||||
}
|
||||
#if not defined(__APPLE__)
|
||||
case video_renderer::opengl:
|
||||
#endif
|
||||
#if defined(HAVE_VULKAN)
|
||||
case video_renderer::vulkan:
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue