mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
DiscIO: Add a way to get blob type
This commit is contained in:
@@ -250,9 +250,9 @@ u8 CVolumeWiiCrypted::GetDiscNumber() const
|
||||
return disc_number;
|
||||
}
|
||||
|
||||
bool CVolumeWiiCrypted::IsCompressed() const
|
||||
BlobType CVolumeWiiCrypted::GetBlobType() const
|
||||
{
|
||||
return m_pReader ? m_pReader->IsCompressed() : false;
|
||||
return m_pReader ? m_pReader->GetBlobType() : BlobType::PLAIN;
|
||||
}
|
||||
|
||||
u64 CVolumeWiiCrypted::GetSize() const
|
||||
|
||||
Reference in New Issue
Block a user