From 5f48adb53a8f69ed331e9d96ea30394c9796fd93 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Fri, 11 Apr 2025 21:39:40 +1000 Subject: [PATCH] RegTest: Compile fix --- src/duckstation-mini/mini_host.cpp | 9 +++++++++ src/duckstation-regtest/regtest_host.cpp | 9 +++++++++ 2 files changed, 18 insertions(+) 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