GameList: Add "File Size" field
This commit is contained in:
@ -386,6 +386,11 @@ bool CDImage::IsPrecached() const
|
||||
return false;
|
||||
}
|
||||
|
||||
s64 CDImage::GetSizeOnDisk() const
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
void CDImage::ClearTOC()
|
||||
{
|
||||
m_lba_count = 0;
|
||||
|
||||
Reference in New Issue
Block a user