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))
|
if (!video_context_driver_set_video_mode(&mode))
|
||||||
goto error;
|
goto error;
|
||||||
#if defined(__APPLE__) && !defined(IOS)
|
#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))
|
if (!video_context_driver_set_video_mode(&mode))
|
||||||
goto error;
|
goto error;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue