mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
(Xbox OG) Buildfix
This commit is contained in:
parent
dddfbe311a
commit
df9cf9df21
@ -275,6 +275,7 @@ static void gfx_ctx_d3d_get_video_size(void *data,
|
||||
|
||||
widescreen_mode = video_mode.fIsWideScreen;
|
||||
#elif defined(_XBOX1)
|
||||
{
|
||||
DWORD video_mode = XGetVideoFlags();
|
||||
|
||||
*width = 640;
|
||||
@ -333,6 +334,7 @@ static void gfx_ctx_d3d_get_video_size(void *data,
|
||||
d3d->resolution_hd_enable = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user