mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
caca: enable OSD text drawing
This commit is contained in:
parent
c8e6a98651
commit
b1904bcfa6
gfx
@ -94,7 +94,7 @@ static void *caca_gfx_init(const video_info_t *video,
|
||||
}
|
||||
|
||||
if (video->font_enable)
|
||||
font_driver_init_osd(NULL, false, video->is_threaded,
|
||||
font_driver_init_osd(caca, false, video->is_threaded,
|
||||
FONT_DRIVER_RENDER_CACA);
|
||||
|
||||
return caca;
|
||||
|
@ -45,8 +45,6 @@ static void *caca_init_font(void *data,
|
||||
|
||||
font->caca = (caca_t*)data;
|
||||
|
||||
font_size = 1;
|
||||
|
||||
if (!font_renderer_create_default((const void**)&font->caca_font_driver,
|
||||
&font->caca_font_data, font_path, font_size))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user