Build: Fix GS Dump Runner building

This commit is contained in:
refractionpcsx2 2023-09-24 22:06:58 +01:00
parent 0197aeeb4b
commit a5127c7c07
1 changed files with 10 additions and 0 deletions

View File

@ -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