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