mirror of
https://github.com/libretro/RetroArch
synced 2025-03-04 07:13:26 +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));
|
memset(d3dpp, 0, sizeof(*d3dpp));
|
||||||
|
|
||||||
#ifdef _XBOX
|
|
||||||
d3dpp->Windowed = false;
|
d3dpp->Windowed = false;
|
||||||
#else
|
#ifndef _XBOX
|
||||||
d3dpp->Windowed = settings->video.windowed_fullscreen || !info->fullscreen;
|
d3dpp->Windowed = settings->video.windowed_fullscreen || !info->fullscreen;
|
||||||
#endif
|
#endif
|
||||||
d3dpp->PresentationInterval = D3DPRESENT_INTERVAL_IMMEDIATE;
|
d3dpp->PresentationInterval = D3DPRESENT_INTERVAL_IMMEDIATE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user