Achievements: Save submitted time from API in leaderboards

This commit is contained in:
Connor McLaughlin
2022-10-06 22:50:56 +10:00
parent 10f98106dd
commit bb4a65f1dd
2 changed files with 2 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ struct LeaderboardEntry
{
std::string user;
std::string formatted_score;
time_t submitted;
u32 rank;
bool is_self;
};