mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(XDK) Renderchain buildfix
This commit is contained in:
parent
3b40a8d1ec
commit
e210c2f9ee
@ -397,7 +397,7 @@ static void xdk_renderchain_convert_geometry(
|
||||
void *data, const void *info_data,
|
||||
unsigned *out_width, unsigned *out_height,
|
||||
unsigned width, unsigned height,
|
||||
D3DVIEWPORT *final_viewport)
|
||||
void *final_viewport_data)
|
||||
{
|
||||
(void)data;
|
||||
(void)info_data;
|
||||
@ -405,7 +405,7 @@ static void xdk_renderchain_convert_geometry(
|
||||
(void)out_height;
|
||||
(void)width;
|
||||
(void)height;
|
||||
(void)final_viewport;
|
||||
(void)final_viewport_data;
|
||||
|
||||
/* stub */
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user