mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
DiscIO: Make functions constant
This commit is contained in:
@ -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_)
|
||||
|
Reference in New Issue
Block a user