mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-21 17:40:16 +00:00
RegTest: Compile fix
This commit is contained in:
parent
3b5d2e96f5
commit
5f48adb53a
@ -1131,6 +1131,15 @@ void Host::OnAchievementsHardcoreModeChanged(bool enabled)
|
||||
// noop
|
||||
}
|
||||
|
||||
#ifdef RC_CLIENT_SUPPORTS_RAINTEGRATION
|
||||
|
||||
void Host::OnRAIntegrationMenuChanged()
|
||||
{
|
||||
// noop
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void Host::OnCoverDownloaderOpenRequested()
|
||||
{
|
||||
// noop
|
||||
|
@ -535,6 +535,15 @@ void Host::OnAchievementsHardcoreModeChanged(bool enabled)
|
||||
// noop
|
||||
}
|
||||
|
||||
#ifdef RC_CLIENT_SUPPORTS_RAINTEGRATION
|
||||
|
||||
void Host::OnRAIntegrationMenuChanged()
|
||||
{
|
||||
// noop
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void Host::OnCoverDownloaderOpenRequested()
|
||||
{
|
||||
// noop
|
||||
|
Loading…
x
Reference in New Issue
Block a user