mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
fix missing arg
This commit is contained in:
parent
1dd359b42a
commit
662a025a38
@ -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…
Reference in New Issue
Block a user