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