mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-30 03:30:45 +00:00
Build fix.
This commit is contained in:
parent
9bf6811acd
commit
9b0d1037da
@ -1095,7 +1095,6 @@ bool config_save_file(const char *path)
|
||||
config_set_int(conf, "sound_mode", g_extern.console.sound.mode);
|
||||
config_set_int(conf, "state_slot", g_extern.state_slot);
|
||||
config_set_int(conf, "audio_mute", g_extern.audio_data.mute);
|
||||
config_set_int(conf, "screen_orientation", g_extern.console.screen.orientation);
|
||||
config_set_bool(conf, "custom_bgm_enable", g_extern.lifecycle_mode_state & (1ULL << MODE_AUDIO_CUSTOM_BGM_ENABLE));
|
||||
|
||||
config_set_string(conf, "input_driver", g_settings.input.driver);
|
||||
|
Loading…
Reference in New Issue
Block a user