mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Merge pull request #12627 from LillyJadeKatrin/retroachievements-measure-faster
Adjusted achievement progress updates to duration short
This commit is contained in:
@ -1519,7 +1519,7 @@ void AchievementManager::HandleAchievementProgressUpdatedEvent(
|
||||
}
|
||||
OSD::AddMessage(
|
||||
fmt::format("{} {}", m_game_data.achievements[game_data_index].title, value.data()),
|
||||
OSD::Duration::VERY_LONG, OSD::Color::GREEN,
|
||||
OSD::Duration::SHORT, OSD::Color::GREEN,
|
||||
(Config::Get(Config::RA_BADGES_ENABLED)) ?
|
||||
DecodeBadgeToOSDIcon(it->second.unlocked_badge.badge) :
|
||||
nullptr);
|
||||
|
Reference in New Issue
Block a user