mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Merge pull request #11556 from AdmiralCurtiss/plain-file-s64
DiscIO/FileBlob: Make m_size unsigned.
This commit is contained in:
commit
5ef014e55a
@ -35,7 +35,7 @@ private:
|
|||||||
PlainFileReader(File::IOFile file);
|
PlainFileReader(File::IOFile file);
|
||||||
|
|
||||||
File::IOFile m_file;
|
File::IOFile m_file;
|
||||||
s64 m_size;
|
u64 m_size;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace DiscIO
|
} // namespace DiscIO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user