From 641d593216bae59282971a7c41d4d00e6c55f4e9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 10 Oct 2018 05:32:00 +0200 Subject: [PATCH] Add note --- dynamic.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dynamic.c b/dynamic.c index 99030368ca..81a03dd2a1 100644 --- a/dynamic.c +++ b/dynamic.c @@ -955,6 +955,8 @@ static bool dynamic_request_hw_context(enum retro_hw_context_type type, break; case RETRO_HW_CONTEXT_OPENGL_CORE: + /* TODO/FIXME - we should do a check here to see if + * the requested core GL version is supported */ RARCH_LOG("Requesting core OpenGL context (%u.%u).\n", major, minor); break;