mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 00:32:49 +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,
|
unsigned width, unsigned height,
|
||||||
bool fullscreen)
|
bool fullscreen)
|
||||||
{
|
{
|
||||||
|
#ifdef HAVE_VULKAN
|
||||||
win32_vk.fullscreen = fullscreen;
|
win32_vk.fullscreen = fullscreen;
|
||||||
|
#endif
|
||||||
|
|
||||||
if (!win32_set_video_mode(NULL, width, height, fullscreen))
|
if (!win32_set_video_mode(NULL, width, height, fullscreen))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user