diff --git a/src/duckstation-mini/mini_host.cpp b/src/duckstation-mini/mini_host.cpp index 63a99bce7..dd6ce81f4 100644 --- a/src/duckstation-mini/mini_host.cpp +++ b/src/duckstation-mini/mini_host.cpp @@ -1131,6 +1131,15 @@ void Host::OnAchievementsHardcoreModeChanged(bool enabled) // noop } +#ifdef RC_CLIENT_SUPPORTS_RAINTEGRATION + +void Host::OnRAIntegrationMenuChanged() +{ + // noop +} + +#endif + void Host::OnCoverDownloaderOpenRequested() { // noop diff --git a/src/duckstation-regtest/regtest_host.cpp b/src/duckstation-regtest/regtest_host.cpp index 62635af50..0f2fb329e 100644 --- a/src/duckstation-regtest/regtest_host.cpp +++ b/src/duckstation-regtest/regtest_host.cpp @@ -535,6 +535,15 @@ void Host::OnAchievementsHardcoreModeChanged(bool enabled) // noop } +#ifdef RC_CLIENT_SUPPORTS_RAINTEGRATION + +void Host::OnRAIntegrationMenuChanged() +{ + // noop +} + +#endif + void Host::OnCoverDownloaderOpenRequested() { // noop