mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
bool rarch_menu_init(
|
||||||
* menu_init:
|
|
||||||
* @data : Menu context handle.
|
|
||||||
*
|
|
||||||
* Create and initialize menu handle.
|
|
||||||
*
|
|
||||||
* Returns: menu handle on success, otherwise NULL.
|
|
||||||
**/
|
|
||||||
bool menu_init(
|
|
||||||
struct menu_state *menu_st,
|
struct menu_state *menu_st,
|
||||||
menu_dialog_t *p_dialog,
|
menu_dialog_t *p_dialog,
|
||||||
const menu_ctx_driver_t *menu_driver_ctx,
|
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,
|
bool generic_menu_init_list(struct menu_state *menu_st,
|
||||||
settings_t *settings);
|
settings_t *settings);
|
||||||
|
|
||||||
bool menu_init(
|
bool rarch_menu_init(
|
||||||
struct menu_state *menu_st,
|
struct menu_state *menu_st,
|
||||||
menu_dialog_t *p_dialog,
|
menu_dialog_t *p_dialog,
|
||||||
const menu_ctx_driver_t *menu_driver_ctx,
|
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,
|
menu_st,
|
||||||
&p_rarch->dialog_st,
|
&p_rarch->dialog_st,
|
||||||
p_rarch->menu_driver_ctx,
|
p_rarch->menu_driver_ctx,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user