mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Fix CXX_BUILD=1 with libsixel.
This commit is contained in:
parent
286217394f
commit
779fbabc79
@ -549,7 +549,7 @@ static void sixel_set_osd_msg(void *data,
|
||||
const char *msg,
|
||||
const void *params, void *font)
|
||||
{
|
||||
font_driver_render_msg(video_info, font, msg, params);
|
||||
font_driver_render_msg(video_info, font, msg, (const struct font_params*)params);
|
||||
}
|
||||
|
||||
static void sixel_get_video_output_size(void *data,
|
||||
|
Loading…
x
Reference in New Issue
Block a user