mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
Qt/NetPlayDialog: Move settings loading into LoadSettings
This commit is contained in:
parent
8046f40784
commit
199486ffb6
2 changed files with 31 additions and 27 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
std::string FindGame(const std::string& game) override;
|
||||
std::shared_ptr<const UICommon::GameFile> FindGameFile(const std::string& game) override;
|
||||
|
||||
void LoadSettings();
|
||||
void SaveSettings();
|
||||
|
||||
void ShowMD5Dialog(const std::string& file_identifier) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue