mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 13:15:45 -04:00
Settings: Load Memory Cards From State -> Load Devices From State
Makes it apply to controllers too.
This commit is contained in:
@ -1086,7 +1086,7 @@ void SDLHostInterface::DrawSettingsWindow()
|
||||
settings_changed |= ImGui::Checkbox("Start Fullscreen", &m_settings_copy.start_fullscreen);
|
||||
settings_changed |= ImGui::Checkbox("Save State On Exit", &m_settings_copy.save_state_on_exit);
|
||||
settings_changed |=
|
||||
ImGui::Checkbox("Load Memory Cards From Save States", &m_settings_copy.load_memory_cards_from_save_states);
|
||||
ImGui::Checkbox("Load Devices From Save States", &m_settings_copy.load_devices_from_save_states);
|
||||
}
|
||||
|
||||
ImGui::NewLine();
|
||||
|
Reference in New Issue
Block a user