mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
(360) Build fix
This commit is contained in:
parent
e9d8b2848f
commit
2e12f34932
@ -441,7 +441,7 @@ static void xdk_video_font_draw_text(xdk360_video_font_t *font,
|
||||
d3dr->EndVertices();
|
||||
}
|
||||
|
||||
static void xdk_render_msg(void *driver, const char *msg, void *params)
|
||||
static void xdk_render_msg(void *driver, const char *str_msg, void *parms)
|
||||
{
|
||||
xdk_d3d_video_t *d3d = (xdk_d3d_video_t*)driver;
|
||||
xdk360_video_font_t *font = &m_Font;
|
||||
|
Loading…
Reference in New Issue
Block a user