mirror of https://github.com/PCSX2/pcsx2.git
GSDumpRunner: Fix compilation
This commit is contained in:
parent
698df49e5e
commit
e3afdde981
|
@ -169,6 +169,12 @@ void Host::SetDefaultUISettings(SettingsInterface& si)
|
|||
// nothing
|
||||
}
|
||||
|
||||
bool Host::LocaleCircleConfirm()
|
||||
{
|
||||
// not running any UI, so no settings requests will come in
|
||||
return false;
|
||||
}
|
||||
|
||||
std::unique_ptr<ProgressCallback> Host::CreateHostProgressCallback()
|
||||
{
|
||||
return ProgressCallback::CreateNullProgressCallback();
|
||||
|
|
Loading…
Reference in New Issue