mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
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:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user