mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Vulkan: Set g_inited in Windows.
This commit is contained in:
parent
e04bbfbae2
commit
406f084c4b
@ -248,6 +248,7 @@ void create_graphics_context(HWND hwnd, bool *quit)
|
|||||||
&instance, &hwnd,
|
&instance, &hwnd,
|
||||||
width, height, g_interval))
|
width, height, g_interval))
|
||||||
*quit = true;
|
*quit = true;
|
||||||
|
g_inited = true;
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user