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 b555718bb9
commit ac7d3882b4
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;