mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-28 05:00:22 -04:00
DiscIO: implement CISOBlob::GetDataSize()
This is a best-effort approach, since the CISO format does not save the original file size.
This commit is contained in:
@@ -44,7 +44,7 @@ CISOFileReader* CISOFileReader::Create(const std::string& filename)
|
||||
|
||||
u64 CISOFileReader::GetDataSize() const
|
||||
{
|
||||
return GetRawSize();
|
||||
return CISO_MAP_SIZE * m_block_size;
|
||||
}
|
||||
|
||||
u64 CISOFileReader::GetRawSize() const
|
||||
|
||||
Reference in New Issue
Block a user