mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 05:16:18 +00:00
(XDK) Take out 'vsync' variable from driver
This commit is contained in:
parent
3369d15f93
commit
478074c557
@ -695,7 +695,6 @@ static void *d3d_init(const video_info_t *info,
|
||||
#endif
|
||||
#ifdef _XBOX
|
||||
vid->should_resize = false;
|
||||
vid->vsync = info->vsync;
|
||||
#else
|
||||
vid->menu = NULL;
|
||||
#endif
|
||||
|
@ -172,9 +172,6 @@ typedef struct d3d_video
|
||||
unsigned tex_w;
|
||||
unsigned tex_h;
|
||||
#endif
|
||||
#ifdef _XBOX
|
||||
bool vsync;
|
||||
#endif
|
||||
} d3d_video_t;
|
||||
|
||||
#ifndef _XBOX
|
||||
|
Loading…
x
Reference in New Issue
Block a user