(PS2) Fix warning incompatible pointer type

This commit is contained in:
twinaphex 2020-05-29 11:22:53 +02:00
parent 7b5d338bed
commit 479a8a6e64

View File

@ -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)
{ {