mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
NetPlay: Properly save Hosting GUI settings
This commit is contained in:
parent
480972612c
commit
550aa93ed0
5 changed files with 96 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue