mirror of https://github.com/PCSX2/pcsx2.git
Build: Fix GS Dump Runner building
This commit is contained in:
parent
0197aeeb4b
commit
a5127c7c07
|
@ -385,11 +385,21 @@ void Host::RequestVMShutdown(bool allow_confirm, bool allow_save_state, bool def
|
||||||
VMManager::SetState(VMState::Stopping);
|
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)
|
void Host::OnAchievementsLoginRequested(Achievements::LoginRequestReason reason)
|
||||||
{
|
{
|
||||||
// noop
|
// noop
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Host::OnAchievementsHardcoreModeChanged(bool enabled)
|
||||||
|
{
|
||||||
|
// noop
|
||||||
|
}
|
||||||
|
|
||||||
void Host::OnAchievementsRefreshed()
|
void Host::OnAchievementsRefreshed()
|
||||||
{
|
{
|
||||||
// noop
|
// noop
|
||||||
|
|
Loading…
Reference in New Issue