Achievements: Fix display of game completion date

pull/3504/head
Stenzek 3 months ago
parent b75be05971
commit 9b99d997f5
No known key found for this signature in database

@ -2868,7 +2868,7 @@ void Achievements::DrawAchievementsWindow()
else
{
const std::string completion_time =
Host::FormatNumber(Host::NumberFormatType::ShortDate, static_cast<s64>(s_state.game_summary.beaten_time));
Host::FormatNumber(Host::NumberFormatType::ShortDate, static_cast<s64>(s_state.game_summary.completed_time));
text.format(TRANSLATE_FS("Achievements", "Game was completed on {0}."), completion_time);
}

Loading…
Cancel
Save