mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Fixed split WBFS file size display. (probably)
Fixed issue 6222.
This commit is contained in:
@ -43,6 +43,7 @@ public:
|
||||
std::string GetApploaderDate() const { return "0"; }
|
||||
ECountry GetCountry() const;
|
||||
u64 GetSize() const;
|
||||
u64 GetRawSize() const;
|
||||
|
||||
private:
|
||||
IBlobReader* m_pReader;
|
||||
|
Reference in New Issue
Block a user