mirror of https://github.com/PCSX2/pcsx2
GSRunner: Fix broken compilation
This commit is contained in:
parent
2640678cac
commit
aad2128c32
|
|
@ -419,6 +419,16 @@ void Host::OnCreateMemoryCardOpenRequested()
|
|||
// noop
|
||||
}
|
||||
|
||||
bool Host::InBatchMode()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Host::InNoGUIMode()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Host::ShouldPreferHostFileSelector()
|
||||
{
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue