mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 07:16:36 +00:00
Add change_handler to setting_data_load_config
This commit is contained in:
parent
9820753bb0
commit
9dbb404ac8
@ -146,6 +146,9 @@ static bool setting_data_load_config(const rarch_setting_t* settings, config_fil
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (setting->change_handler)
|
||||
setting->change_handler(setting);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user