mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Turn menu_action_setting_apply into static function
This commit is contained in:
parent
23b69085d3
commit
2210932e90
@ -21,7 +21,7 @@
|
||||
#include "menu_shader.h"
|
||||
|
||||
|
||||
int menu_action_setting_apply(rarch_setting_t *setting)
|
||||
static int menu_action_setting_apply(rarch_setting_t *setting)
|
||||
{
|
||||
if (setting->change_handler)
|
||||
setting->change_handler(setting);
|
||||
|
@ -23,8 +23,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
int menu_action_setting_apply(rarch_setting_t *setting);
|
||||
|
||||
int menu_action_setting_boolean(
|
||||
rarch_setting_t *setting, unsigned action);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user