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