mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 02:26:13 +00:00
Turn menu_update_libretro_info static
This commit is contained in:
parent
e4abe6f0bf
commit
f7fa179301
@ -57,7 +57,7 @@ static void draw_frame(void)
|
|||||||
*
|
*
|
||||||
* Update menu state which depends on config.
|
* Update menu state which depends on config.
|
||||||
**/
|
**/
|
||||||
void menu_update_libretro_info(struct retro_system_info *info)
|
static void menu_update_libretro_info(struct retro_system_info *info)
|
||||||
{
|
{
|
||||||
#ifndef HAVE_DYNAMIC
|
#ifndef HAVE_DYNAMIC
|
||||||
retro_get_system_info(info);
|
retro_get_system_info(info);
|
||||||
|
@ -188,14 +188,6 @@ bool menu_load_content(void);
|
|||||||
|
|
||||||
void menu_update_system_info(menu_handle_t *menu, bool *load_no_content);
|
void menu_update_system_info(menu_handle_t *menu, bool *load_no_content);
|
||||||
|
|
||||||
/**
|
|
||||||
* menu_update_libretro_info:
|
|
||||||
* @info : Pointer to system info
|
|
||||||
*
|
|
||||||
* Update menu state which depends on config.
|
|
||||||
**/
|
|
||||||
void menu_update_libretro_info(struct retro_system_info *info);
|
|
||||||
|
|
||||||
void menu_apply_deferred_settings(void);
|
void menu_apply_deferred_settings(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user