game_list: Fix version display on non-NAND titles

This commit is contained in:
Zach Hilman
2018-09-01 13:11:30 -04:00
parent cbd517d8cc
commit c91b60a421
4 changed files with 52 additions and 30 deletions

View File

@ -45,7 +45,7 @@ public:
// Returns a vector of pairs between patch names and patch versions.
// i.e. Update v80 will return {Update, 80}
std::map<PatchType, u32> GetPatchVersionNames() const;
std::map<PatchType, std::string> GetPatchVersionNames() const;
private:
u64 title_id;