mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-06-30 21:55:23 +02:00
fix missing arg
This commit is contained in:
parent
1dd359b42a
commit
662a025a38
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ public:
|
|||
void FriendConnect(Friend _friend) {}
|
||||
void FriendDisconnect(Friend _friend) {}
|
||||
|
||||
void AddAchievementNotification(const std::string &ach_name, nlohmann::json const& ach) {}
|
||||
void AddAchievementNotification(const std::string &ach_name, nlohmann::json const& ach, bool for_progress) {}
|
||||
};
|
||||
|
||||
#endif // EMU_OVERLAY
|
||||
|
|
Loading…
Add table
Reference in a new issue