Remove filename option from stubbed AchievementManager::LoadGame

Fixes: c796691d00
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2025-05-08 22:05:42 +03:00
commit 85bbaf6563
No known key found for this signature in database
GPG key ID: A12750536B5E7010

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