Settings: Move set defaults to HostInterface so it can use user paths
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user