mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +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
|
@ -71,7 +71,7 @@ GameListItem::GameListItem(const std::string& _rFileName)
|
|||
m_volume_names = pVolume->GetNames();
|
||||
|
||||
m_Country = pVolume->GetCountry();
|
||||
m_FileSize = File::GetSize(_rFileName);
|
||||
m_FileSize = pVolume->GetRawSize();
|
||||
m_VolumeSize = pVolume->GetSize();
|
||||
|
||||
m_UniqueID = pVolume->GetUniqueID();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue