mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
(PS2) Fix warning incompatible pointer type
This commit is contained in:
parent
7b5d338bed
commit
479a8a6e64
@ -57,7 +57,7 @@ static void ps2_font_free_font(void *data, bool is_threaded)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void ps2_font_render_msg(
|
static void ps2_font_render_msg(
|
||||||
video_frame_info_t *video_info,
|
void *userdata,
|
||||||
void *data, const char *msg,
|
void *data, const char *msg,
|
||||||
const struct font_params *params)
|
const struct font_params *params)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user