mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 19:07:56 -05:00
game_list: Fix version display on non-NAND titles
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user