mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 13:21:03 +00:00
Update per request
This commit is contained in:
parent
3c06e9b8c8
commit
f0d5e614e0
@ -75,7 +75,7 @@ size_t IVFCFile::Write(const u64 offset, const u32 length, const u32 flush, cons
|
|||||||
}
|
}
|
||||||
|
|
||||||
size_t IVFCFile::GetSize() const {
|
size_t IVFCFile::GetSize() const {
|
||||||
return sizeof(u8) * data_size;
|
return data_size; // TODO: return value will overflow on 32-bit machines
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IVFCFile::SetSize(const u64 size) const {
|
bool IVFCFile::SetSize(const u64 size) const {
|
||||||
|
Loading…
Reference in New Issue
Block a user