From a5127c7c07c09c0a6282706746302ef7eab34115 Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Sun, 24 Sep 2023 22:06:58 +0100 Subject: [PATCH] Build: Fix GS Dump Runner building --- pcsx2-gsrunner/Main.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pcsx2-gsrunner/Main.cpp b/pcsx2-gsrunner/Main.cpp index b1b9a218cd59c..afcfbd9c83b3c 100644 --- a/pcsx2-gsrunner/Main.cpp +++ b/pcsx2-gsrunner/Main.cpp @@ -385,11 +385,21 @@ void Host::RequestVMShutdown(bool allow_confirm, bool allow_save_state, bool def VMManager::SetState(VMState::Stopping); } +void Host::OnAchievementsLoginSuccess(const char* username, u32 points, u32 sc_points, u32 unread_messages) +{ + // noop +} + void Host::OnAchievementsLoginRequested(Achievements::LoginRequestReason reason) { // noop } +void Host::OnAchievementsHardcoreModeChanged(bool enabled) +{ + // noop +} + void Host::OnAchievementsRefreshed() { // noop