Merge pull request #13643 from parona-source/no-retroachievments-buildfix

Remove filename option from stubbed AchievementManager::LoadGame
This commit is contained in:
Admiral H. Curtiss 2025-05-08 21:37:11 +02:00 committed by GitHub
commit 083ffd5fdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -351,7 +351,7 @@ public:
return true;
}
constexpr void LoadGame(const std::string&, const DiscIO::Volume*) {}
constexpr void LoadGame(const DiscIO::Volume*) {}
constexpr void SetBackgroundExecutionAllowed(bool allowed) {}