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

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) {}