DiscIO: Adjust GetDataSizeType logic for NFS

This commit is contained in:
JosJuice
2022-08-01 11:53:30 +02:00
parent a87dffe52d
commit 40a4eb3893
3 changed files with 32 additions and 14 deletions

View File

@ -202,6 +202,7 @@ private:
bool m_done = false;
u64 m_progress = 0;
u64 m_max_progress = 0;
DataSizeType m_data_size_type;
};
} // namespace DiscIO