Skip to content

Commit

Permalink
Build: Fix GS Dump Runner building
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 committed Sep 24, 2023
1 parent 0197aee commit a5127c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pcsx2-gsrunner/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5127c7

Please sign in to comment.