mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
DiscIO/FileBlob: Make m_size unsigned.
This commit is contained in:
parent
9737345a9e
commit
300d63b492
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ private:
|
|||
PlainFileReader(File::IOFile file);
|
||||
|
||||
File::IOFile m_file;
|
||||
s64 m_size;
|
||||
u64 m_size;
|
||||
};
|
||||
|
||||
} // namespace DiscIO
|
||||
|
|
Loading…
Add table
Reference in a new issue