GameList: Add "File Size" field

This commit is contained in:
Stenzek
2023-12-20 23:40:24 +10:00
parent fd341f6a9d
commit 36643fe78b
15 changed files with 128 additions and 26 deletions

View File

@ -386,6 +386,11 @@ bool CDImage::IsPrecached() const
return false;
}
s64 CDImage::GetSizeOnDisk() const
{
return -1;
}
void CDImage::ClearTOC()
{
m_lba_count = 0;