1
0
Fork 0
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:
otavepto 2024-06-06 21:39:31 +03:00
parent 1dd359b42a
commit 662a025a38

View file

@ -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