mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 16:20:27 +00:00
(Vulkan Windows/WGL) Change ifdef for Griffin
This commit is contained in:
parent
b9ce94b360
commit
afa99db9dc
@ -94,9 +94,10 @@ UI COMMON CONTEXT
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#include "../gfx/common/win32_common.cpp"
|
||||
|
||||
#ifdef HAVE_OPENGL
|
||||
#if defined(HAVE_OPENGL) || defined(HAVE_VULKAN)
|
||||
#include "../gfx/drivers_context/wgl_ctx.cpp"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user