mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 04:20:28 +00:00
Rename setting_handler to menu_action_setting_handler
This commit is contained in:
parent
6c58456ba0
commit
c1e6a955dd
@ -67,7 +67,7 @@ static void process_setting_handler(
|
||||
}
|
||||
}
|
||||
|
||||
int setting_handler(
|
||||
int menu_action_setting_handler(
|
||||
rarch_setting_t *setting, unsigned action)
|
||||
{
|
||||
process_setting_handler(setting, action);
|
||||
|
@ -23,7 +23,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
int setting_handler(
|
||||
int menu_action_setting_handler(
|
||||
rarch_setting_t *setting, unsigned action);
|
||||
|
||||
int menu_action_setting_set_current_string(
|
||||
|
@ -1275,7 +1275,7 @@ static int action_toggle_shader_filter_default(unsigned type, const char *label,
|
||||
rarch_setting_t *current_setting = NULL;
|
||||
if ((current_setting = setting_data_find_setting(
|
||||
driver.menu->list_settings, "video_smooth")))
|
||||
setting_handler(current_setting, action);
|
||||
menu_action_setting_handler(current_setting, action);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user