Merge pull request #1254 from Wildenhaus/master

Games on Demand / Multi-file STFS (SVOD) support.
This commit is contained in:
Rick Gibbed
2019-05-04 11:30:48 -05:00
committed by GitHub
7 changed files with 423 additions and 177 deletions

View File

@@ -116,6 +116,7 @@ struct FileInfo {
};
Type type;
std::wstring name;
std::wstring path;
size_t total_size;
uint64_t create_timestamp;
uint64_t access_timestamp;