mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Merge pull request #9173 from orbea/sixel
Fix CXX_BUILD=1 with libsixel.
This commit is contained in:
commit
0eb94abfba
@ -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