mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Turn menu_action_handle_setting into a static function
This commit is contained in:
parent
9ade7b5245
commit
0ab30f4409
@ -122,7 +122,7 @@ int menu_action_setting_set_current_string_path(
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int menu_action_handle_setting(rarch_setting_t *setting,
|
static int menu_action_handle_setting(rarch_setting_t *setting,
|
||||||
unsigned type, const char *label, unsigned action)
|
unsigned type, const char *label, unsigned action)
|
||||||
{
|
{
|
||||||
if (setting->type == ST_BOOL)
|
if (setting->type == ST_BOOL)
|
||||||
|
@ -49,9 +49,6 @@ int menu_action_setting_set_current_string_path(
|
|||||||
int menu_action_setting_set(unsigned type, const char *label,
|
int menu_action_setting_set(unsigned type, const char *label,
|
||||||
unsigned action);
|
unsigned action);
|
||||||
|
|
||||||
int menu_action_handle_setting(rarch_setting_t *setting,
|
|
||||||
unsigned type, const char *label, unsigned action);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user