mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Prevent collision with quasi88 in statically linked cores
This commit is contained in:
parent
8adc24ecbc
commit
19f4504943
@ -2140,15 +2140,7 @@ bool generic_menu_init_list(struct menu_state *menu_st,
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* menu_init:
|
||||
* @data : Menu context handle.
|
||||
*
|
||||
* Create and initialize menu handle.
|
||||
*
|
||||
* Returns: menu handle on success, otherwise NULL.
|
||||
**/
|
||||
bool menu_init(
|
||||
bool rarch_menu_init(
|
||||
struct menu_state *menu_st,
|
||||
menu_dialog_t *p_dialog,
|
||||
const menu_ctx_driver_t *menu_driver_ctx,
|
||||
|
@ -767,7 +767,7 @@ void menu_driver_get_last_shader_path_int(
|
||||
bool generic_menu_init_list(struct menu_state *menu_st,
|
||||
settings_t *settings);
|
||||
|
||||
bool menu_init(
|
||||
bool rarch_menu_init(
|
||||
struct menu_state *menu_st,
|
||||
menu_dialog_t *p_dialog,
|
||||
const menu_ctx_driver_t *menu_driver_ctx,
|
||||
|
@ -3451,7 +3451,7 @@ static bool menu_driver_init_internal(
|
||||
}
|
||||
}
|
||||
|
||||
if (!p_rarch->menu_driver_data || !menu_init(
|
||||
if (!p_rarch->menu_driver_data || !rarch_menu_init(
|
||||
menu_st,
|
||||
&p_rarch->dialog_st,
|
||||
p_rarch->menu_driver_ctx,
|
||||
|
Loading…
x
Reference in New Issue
Block a user