mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Remove this rule from the conditional
This commit is contained in:
parent
c9ff9ea253
commit
88a91af0dc
@ -494,7 +494,7 @@ static void d3d_deinitialize(d3d_video_t *d3d)
|
|||||||
d3d_deinit_chain(d3d);
|
d3d_deinit_chain(d3d);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(HAVE_D3D8) && !defined(_XBOX)
|
#if defined(HAVE_D3D8)
|
||||||
#define FS_PRESENTINTERVAL(pp) ((pp)->FullScreen_PresentationInterval)
|
#define FS_PRESENTINTERVAL(pp) ((pp)->FullScreen_PresentationInterval)
|
||||||
#else
|
#else
|
||||||
#define FS_PRESENTINTERVAL(pp) ((pp)->PresentationInterval)
|
#define FS_PRESENTINTERVAL(pp) ((pp)->PresentationInterval)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user