mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-09 12:30:41 +00:00
(XDK) Fix d3d_get_video_size
This commit is contained in:
parent
abe7afbee1
commit
e44092e589
@ -355,7 +355,7 @@ static void gfx_ctx_d3d_input_driver(void *data,
|
||||
static void gfx_ctx_d3d_get_video_size(void *data,
|
||||
unsigned *width, unsigned *height)
|
||||
{
|
||||
d3d_video_t *d3d = (d3d_video_t*)driver.video_data;
|
||||
d3d_video_t *d3d = (d3d_video_t*)data;
|
||||
#ifdef _XBOX
|
||||
(void)width;
|
||||
(void)height;
|
||||
|
Loading…
Reference in New Issue
Block a user