GSRunner: Fix broken compilation

This commit is contained in:
JordanTheToaster 2025-06-14 00:55:52 +01:00 committed by lightningterror
parent 2640678cac
commit aad2128c32

View File

@ -419,6 +419,16 @@ void Host::OnCreateMemoryCardOpenRequested()
// noop
}
bool Host::InBatchMode()
{
return false;
}
bool Host::InNoGUIMode()
{
return false;
}
bool Host::ShouldPreferHostFileSelector()
{
return false;