Remove Achievements/Leaderboards/RP Enabled settings

The RetroAchievements client object now handles these three settings as a singular "spectator" mode that will be added in a future commit.
This commit is contained in:
LillyJadeKatrin
2024-04-03 15:18:27 -04:00
parent 3bf5b8e610
commit 9a40ec06b5
6 changed files with 5 additions and 75 deletions

View File

@ -652,7 +652,7 @@ void AchievementManager::DisplayWelcomeMessage()
fmt::format("Hardcore mode is {}", rc_client_get_hardcore_enabled(m_client) ? "ON" : "OFF"),
OSD::Duration::VERY_LONG, color);
OSD::AddMessage(fmt::format("Leaderboard submissions are {}",
Config::Get(Config::RA_LEADERBOARDS_ENABLED) ? "ON" : "OFF"),
rc_client_get_hardcore_enabled(m_client) ? "ON" : "OFF"),
OSD::Duration::VERY_LONG, color);
}