mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 13:16:41 +00:00
Properly Notify when Achievements Login Fails
This commit is contained in:
parent
8fac6061ac
commit
2f40bc25ae
5 changed files with 27 additions and 4 deletions
|
@ -18,7 +18,7 @@ class AchievementSettingsWidget final : public QWidget
|
|||
Q_OBJECT
|
||||
public:
|
||||
explicit AchievementSettingsWidget(QWidget* parent);
|
||||
void UpdateData();
|
||||
void UpdateData(int login_failed_code);
|
||||
|
||||
private:
|
||||
void OnControllerInterfaceConfigure();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue