mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-28 15:02:28 +00:00
(macOS) Add temporary GL hack
This commit is contained in:
parent
34f4d5ed0e
commit
8a6de4adfb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user