mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-29 23:42:14 +00:00
Fix one warning
This commit is contained in:
parent
44b96e9432
commit
150887f0eb
@ -1543,7 +1543,7 @@ static bool xmb_font_init_first(const gl_font_renderer_t **font_driver,
|
||||
return false;
|
||||
|
||||
thr->cmd_data.font_init.method = gl_font_init_first;
|
||||
thr->cmd_data.font_init.font_driver = font_driver;
|
||||
thr->cmd_data.font_init.font_driver = (const void**)font_driver;
|
||||
thr->cmd_data.font_init.font_handle = font_handle;
|
||||
thr->cmd_data.font_init.video_data = video_data;
|
||||
thr->cmd_data.font_init.font_path = font_path;
|
||||
|
Loading…
x
Reference in New Issue
Block a user