mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(widgets) Nits
This commit is contained in:
parent
adfef2a503
commit
0ee8119459
@ -71,12 +71,12 @@ static uint64_t gfx_widgets_frame_count = 0;
|
||||
static font_data_t *font_regular = NULL;
|
||||
static font_data_t *font_bold = NULL;
|
||||
|
||||
font_data_t* gfx_widgets_get_font_regular()
|
||||
font_data_t* gfx_widgets_get_font_regular(void)
|
||||
{
|
||||
return font_regular;
|
||||
}
|
||||
|
||||
font_data_t* gfx_widgets_get_font_bold()
|
||||
font_data_t* gfx_widgets_get_font_bold(void)
|
||||
{
|
||||
return font_bold;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user