mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Improve conditional
This commit is contained in:
parent
9688554921
commit
625f0d4fc6
@ -715,7 +715,7 @@ static void *d3d11_gfx_init(const video_info_t* video,
|
||||
#ifdef HAVE_WINDOW
|
||||
desc.Windowed = TRUE;
|
||||
#endif
|
||||
#if defined(__WINRT__) && (WINAPI_FAMILY != WINAPI_FAMILY_PHONE_APP)
|
||||
#if defined(__WINRT__) && defined(WINAPI_FAMILY) && (WINAPI_FAMILY != WINAPI_FAMILY_PHONE_APP)
|
||||
/* On phone, no swap effects are supported. */
|
||||
/* TODO/FIXME - figure out why */
|
||||
desc.SwapEffect = DXGI_SWAP_EFFECT_FLIP_DISCARD;
|
||||
|
Loading…
x
Reference in New Issue
Block a user