mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 07:49:19 +01:00
DiscIO/FileBlob: Make m_size unsigned.
This commit is contained in:
parent
9737345a9e
commit
300d63b492
@ -35,7 +35,7 @@ private:
|
||||
PlainFileReader(File::IOFile file);
|
||||
|
||||
File::IOFile m_file;
|
||||
s64 m_size;
|
||||
u64 m_size;
|
||||
};
|
||||
|
||||
} // namespace DiscIO
|
||||
|
Loading…
x
Reference in New Issue
Block a user