mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-07 15:15:05 +01:00
bugfix: load 'low_health_beeps' key from config
This commit is contained in:
parent
26117389aa
commit
6613c9967d
@ -302,7 +302,7 @@ void load_sound_config(const std::filesystem::path& path) {
|
|||||||
|
|
||||||
recomp::reset_sound_settings();
|
recomp::reset_sound_settings();
|
||||||
call_if_key_exists(recomp::set_bgm_volume, config_json, "bgm_volume");
|
call_if_key_exists(recomp::set_bgm_volume, config_json, "bgm_volume");
|
||||||
call_if_key_exists(recomp::set_low_health_beeps_enabled, config_json, "set_low_health_beeps_enabled");
|
call_if_key_exists(recomp::set_low_health_beeps_enabled, config_json, "low_health_beeps");
|
||||||
}
|
}
|
||||||
|
|
||||||
void recomp::load_config() {
|
void recomp::load_config() {
|
||||||
|
Loading…
Reference in New Issue
Block a user