mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
game_list: Fix version display on non-NAND titles
This commit is contained in:
parent
b555718bb9
commit
ac7d3882b4
4 changed files with 52 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue