1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00

(D3D12) Buildfix

This commit is contained in:
twinaphex 2018-03-29 15:29:36 +02:00
parent ef5830b233
commit 6e662a8064

View File

@ -1670,7 +1670,7 @@ static void d3d12_gfx_set_osd_msg(
if (d3d12)
{
if (d3d12->sprites.enabled)
font_driver_render_msg(video_info, font, msg, (const font_params*)params);
font_driver_render_msg(video_info, font, msg, (const struct font_params*)params);
else
printf("OSD msg: %s\n", msg);
}