mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(menu_display.c) Get rid of type qualifier
This commit is contained in:
parent
6847501e99
commit
a2cc0638db
@ -215,7 +215,7 @@ static bool menu_display_check_compatibility(enum menu_display_driver_type type)
|
||||
return false;
|
||||
}
|
||||
|
||||
const bool menu_display_driver_init_first(void)
|
||||
bool menu_display_driver_init_first(void)
|
||||
{
|
||||
unsigned i;
|
||||
menu_display_t *disp = menu_display_get_ptr();
|
||||
|
@ -139,7 +139,7 @@ void menu_display_msg_queue_push(const char *msg, unsigned prio, unsigned durati
|
||||
bool flush);
|
||||
|
||||
|
||||
const bool menu_display_driver_init_first(void);
|
||||
bool menu_display_driver_init_first(void);
|
||||
|
||||
void menu_display_draw(unsigned x, unsigned y,
|
||||
unsigned width, unsigned height,
|
||||
|
Loading…
x
Reference in New Issue
Block a user