Fixed split WBFS file size display. (probably)

Fixed issue 6222.
This commit is contained in:
Jordan Woyak
2013-04-09 12:58:56 -05:00
parent 018282c2b9
commit 98d35e590e
10 changed files with 41 additions and 2 deletions

View File

@ -230,6 +230,18 @@ u64 CVolumeWiiCrypted::GetSize() const
}
}
u64 CVolumeWiiCrypted::GetRawSize() const
{
if (m_pReader)
{
return m_pReader->GetRawSize();
}
else
{
return 0;
}
}
bool CVolumeWiiCrypted::CheckIntegrity() const
{
// Get partition data size