mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +00:00
(d3d_ctx.cpp) Cleanup
This commit is contained in:
parent
3213baf452
commit
33e70124a1
@ -173,9 +173,8 @@ void d3d_make_d3dpp(void *data,
|
||||
|
||||
memset(d3dpp, 0, sizeof(*d3dpp));
|
||||
|
||||
#ifdef _XBOX
|
||||
d3dpp->Windowed = false;
|
||||
#else
|
||||
#ifndef _XBOX
|
||||
d3dpp->Windowed = settings->video.windowed_fullscreen || !info->fullscreen;
|
||||
#endif
|
||||
d3dpp->PresentationInterval = D3DPRESENT_INTERVAL_IMMEDIATE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user