From 3d06b4aee29f0119dab7f2c91e598baa24f698ee Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 12 Mar 2019 21:47:35 +0100 Subject: [PATCH] Add comment about hack --- gfx/drivers/gl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/drivers/gl.c b/gfx/drivers/gl.c index fee4b5c481..97a62559db 100644 --- a/gfx/drivers/gl.c +++ b/gfx/drivers/gl.c @@ -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