mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
desc.Flags should also be commented out for now
This commit is contained in:
parent
13e88ebe74
commit
b2c7fae912
@ -713,8 +713,8 @@ static bool d3d11_init_swapchain(d3d11_video_t* d3d11,
|
||||
/* TODO/FIXME - disable tear support for now for UWP
|
||||
* until we can check for this at runtime */
|
||||
d3d11->has_allow_tearing = true;
|
||||
#endif
|
||||
desc.Flags = DXGI_SWAP_CHAIN_FLAG_ALLOW_TEARING;
|
||||
#endif
|
||||
desc.SwapEffect = DXGI_SWAP_EFFECT_FLIP_DISCARD;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user