mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add note
This commit is contained in:
parent
4ed151fb35
commit
641d593216
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue