sceNpTrophy: set timestamps

This commit is contained in:
Megamouse 2023-05-15 23:22:13 +02:00
parent 23c710cf53
commit 1ae3b37fbe
7 changed files with 69 additions and 27 deletions

View file

@ -72,6 +72,8 @@ namespace gui
return "trophy_column_id";
case trophy_list_columns::platinum_link:
return "trophy_column_platinum_link";
case trophy_list_columns::time_unlocked:
return "trophy_column_time_unlocked";
case trophy_list_columns::count:
return "";
}