mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Add comment about hack
This commit is contained in:
parent
911a6a905b
commit
3d06b4aee2
@ -3306,6 +3306,8 @@ static void *gl2_init(const video_info_t *video,
|
||||
if (!video_context_driver_set_video_mode(&mode))
|
||||
goto error;
|
||||
#if defined(__APPLE__) && !defined(IOS)
|
||||
/* This is a hack for now to work around a very annoying
|
||||
* issue that currently eludes us. */
|
||||
if (!video_context_driver_set_video_mode(&mode))
|
||||
goto error;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user