mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 15:16:22 +00:00
Fixed split WBFS file size display. (probably)
Fixed issue 6222.
This commit is contained in:
parent
018282c2b9
commit
98d35e590e
10 changed files with 41 additions and 2 deletions
|
@ -43,6 +43,7 @@ public:
|
|||
std::string GetApploaderDate() const { return "0"; }
|
||||
ECountry GetCountry() const;
|
||||
u64 GetSize() const;
|
||||
u64 GetRawSize() const;
|
||||
|
||||
private:
|
||||
IBlobReader* m_pReader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue