mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
DiscIO: Make functions constant
This commit is contained in:
parent
c211efd84a
commit
9dfcbcecff
8 changed files with 9 additions and 8 deletions
|
@ -44,7 +44,7 @@ private:
|
|||
bool ReadHeader();
|
||||
|
||||
File::IOFile& SeekToCluster(u64 offset, u64* available);
|
||||
bool IsGood() { return m_good; }
|
||||
bool IsGood() const { return m_good; }
|
||||
struct FileEntry
|
||||
{
|
||||
FileEntry(File::IOFile file_, u64 base_address_, u64 size_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue