mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
windows buildfix
This commit is contained in:
parent
1c1db0a7de
commit
7b96ee1a31
@ -319,7 +319,7 @@ static void create_gl_context(HWND hwnd, bool *quit)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (versions[i][0] == g_major && versions[i][1] == g_minor)
|
||||
if (versions[i][0] == win32_major && versions[i][1] == win32_minor)
|
||||
{
|
||||
/* The requested version is not supported, go ahead and fail since everything else will be lower than that. */
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user