(macOS) Add temporary GL hack

This commit is contained in:
cold-brewed 2019-03-11 19:16:59 -04:00
parent 34f4d5ed0e
commit 8a6de4adfb

View File

@ -3305,6 +3305,10 @@ static void *gl2_init(const video_info_t *video,
if (!video_context_driver_set_video_mode(&mode))
goto error;
#if defined(__APPLE__) && !defined(IOS)
if (!video_context_driver_set_video_mode(&mode))
goto error;
#endif
#if !defined(RARCH_CONSOLE) || defined(HAVE_LIBNX)
rglgen_resolve_symbols(ctx_driver->get_proc_address);