summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-05-08 22:05:42 +0300
committerAlfred Wingate <parona@protonmail.com>2025-05-08 22:05:42 +0300
commit85bbaf6563c23ae1bb2434798d6c9a33f29a0472 (patch)
treec9209c41698019d9377a881f8b4d843bc3393814 /Source
parent27d0e0c8fe76297fc24a5333eb93753279d9c562 (diff)
Remove filename option from stubbed AchievementManager::LoadGame
Fixes: c796691d008263f214364bbb986e3ad2c900ae94 Signed-off-by: Alfred Wingate <parona@protonmail.com>
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/AchievementManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/AchievementManager.h b/Source/Core/Core/AchievementManager.h
index 55e9338fef..9aa2caed75 100644
--- a/Source/Core/Core/AchievementManager.h
+++ b/Source/Core/Core/AchievementManager.h
@@ -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) {}