mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(Lakka/XMB) Build fixes
This commit is contained in:
parent
f8a73398c4
commit
20df9d5524
@ -680,7 +680,7 @@ static bool lakka_font_init_first(const gl_font_renderer_t **font_driver,
|
||||
}
|
||||
|
||||
return gl_font_init_first(font_driver, font_handle, video_data,
|
||||
font_path, font_size);
|
||||
font_path, lakka_font_size);
|
||||
}
|
||||
|
||||
static void lakka_context_destroy(void *data)
|
||||
|
@ -892,7 +892,7 @@ static bool xmb_font_init_first(const gl_font_renderer_t **font_driver,
|
||||
}
|
||||
|
||||
return gl_font_init_first(font_driver, font_handle, video_data,
|
||||
font_path, font_size);
|
||||
font_path, xmb_font_size);
|
||||
}
|
||||
|
||||
static void xmb_context_reset(void *data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user