mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Get rid of some 'no previous prototype for function' warnings in lakka.c and rgui.c
This commit is contained in:
parent
8e0e93d844
commit
b38c5c6cab
@ -126,7 +126,7 @@ static void lakka_draw_text(lakka_handle_t *lakka,
|
||||
str, ¶ms);
|
||||
}
|
||||
|
||||
void lakka_draw_background(bool force_transparency)
|
||||
static void lakka_draw_background(bool force_transparency)
|
||||
{
|
||||
float alpha = 0.75f;
|
||||
gl_t *gl = NULL;
|
||||
|
@ -466,7 +466,7 @@ static void rgui_free(void *data)
|
||||
free((uint8_t*)menu->font);
|
||||
}
|
||||
|
||||
void rgui_set_texture(void *data)
|
||||
static void rgui_set_texture(void *data)
|
||||
{
|
||||
menu_handle_t *menu = (menu_handle_t*)data;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user