NetPlay: Properly save Hosting GUI settings

This commit is contained in:
Zexaron
2018-10-10 00:52:19 +02:00
parent 480972612c
commit 550aa93ed0
5 changed files with 96 additions and 6 deletions

View File

@ -58,6 +58,9 @@ public:
bool IsRecording() override;
std::string FindGame(const std::string& game) override;
std::shared_ptr<const UICommon::GameFile> FindGameFile(const std::string& game) override;
void SaveSettings();
void ShowMD5Dialog(const std::string& file_identifier) override;
void SetMD5Progress(int pid, int progress) override;
void SetMD5Result(int pid, const std::string& result) override;