mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Properly Notify when Achievements Login Fails
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user