Settings: Move set defaults to HostInterface so it can use user paths

This commit is contained in:
Connor McLaughlin
2020-01-24 14:52:04 +10:00
parent b5e73a0be4
commit faf2308695
5 changed files with 40 additions and 38 deletions

View File

@ -75,7 +75,6 @@ struct Settings
std::array<ControllerType, NUM_CONTROLLER_AND_CARD_PORTS> controller_types{};
std::array<std::string, NUM_CONTROLLER_AND_CARD_PORTS> memory_card_paths{};
void SetDefaults();
void Load(SettingsInterface& si);
void Save(SettingsInterface& si) const;