diff --git a/pcsx2-gsrunner/Main.cpp b/pcsx2-gsrunner/Main.cpp index 6eab3217cc..b1d4497c6a 100644 --- a/pcsx2-gsrunner/Main.cpp +++ b/pcsx2-gsrunner/Main.cpp @@ -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 Host::CreateHostProgressCallback() { return ProgressCallback::CreateNullProgressCallback();