mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Qt/NetPlay: Show feedback for index adding
This commit is contained in:
parent
d90d641ec7
commit
8b6bb39e82
6 changed files with 50 additions and 1 deletions
|
@ -64,6 +64,9 @@ public:
|
|||
virtual void SetMD5Result(int pid, const std::string& result) = 0;
|
||||
virtual void AbortMD5() = 0;
|
||||
|
||||
virtual void OnIndexAdded(bool success, std::string error) = 0;
|
||||
virtual void OnIndexRefreshFailed(std::string error) = 0;
|
||||
|
||||
virtual void ShowChunkedProgressDialog(const std::string& title, u64 data_size,
|
||||
const std::vector<int>& players) = 0;
|
||||
virtual void HideChunkedProgressDialog() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue