mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
DiscIO: implement WbfsBlob::GetDataSize()
This commit is contained in:
parent
a92b4bda95
commit
1a8e2e16e3
2 changed files with 11 additions and 1 deletions
|
@ -51,6 +51,11 @@ WbfsFileReader::~WbfsFileReader()
|
|||
delete[] m_wlba_table;
|
||||
}
|
||||
|
||||
u64 WbfsFileReader::GetDataSize() const
|
||||
{
|
||||
return WII_SECTOR_COUNT * WII_SECTOR_SIZE;
|
||||
}
|
||||
|
||||
bool WbfsFileReader::OpenFiles(const std::string& filename)
|
||||
{
|
||||
m_total_files = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue