GameList: Add "File Size" field

This commit is contained in:
Stenzek
2023-12-20 23:40:24 +10:00
parent fd341f6a9d
commit 36643fe78b
15 changed files with 128 additions and 26 deletions

View File

@ -44,7 +44,8 @@ struct Entry
std::string publisher;
std::string developer;
u64 hash = 0;
u64 total_size = 0;
s64 file_size = 0;
u64 uncompressed_size = 0;
std::time_t last_modified_time = 0;
std::time_t last_played_time = 0;
std::time_t total_played_time = 0;