mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +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
|
@ -60,6 +60,9 @@ public:
|
|||
void OnGameStartAborted() override;
|
||||
void OnGolferChanged(bool is_golfer, const std::string& golfer_name) override;
|
||||
|
||||
void OnIndexAdded(bool success, const std::string error) override;
|
||||
void OnIndexRefreshFailed(const std::string error) override;
|
||||
|
||||
bool IsRecording() override;
|
||||
std::string FindGame(const std::string& game) override;
|
||||
std::shared_ptr<const UICommon::GameFile> FindGameFile(const std::string& game) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue