mirror of
https://github.com/libretro/RetroArch
synced 2025-01-16 16:29:28 +00:00
Add ifdef
This commit is contained in:
parent
4750342b33
commit
bfdb75a30e
@ -584,7 +584,9 @@ static bool gfx_ctx_wgl_set_video_mode(void *data,
|
||||
unsigned width, unsigned height,
|
||||
bool fullscreen)
|
||||
{
|
||||
#ifdef HAVE_VULKAN
|
||||
win32_vk.fullscreen = fullscreen;
|
||||
#endif
|
||||
|
||||
if (!win32_set_video_mode(NULL, width, height, fullscreen))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user