mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-21 10:25:08 -04:00
compat fixes for libnx master
This commit is contained in:
parent
4f9838df3c
commit
b1a9e8d0df
6 changed files with 20 additions and 20 deletions
|
@ -30,7 +30,7 @@ namespace ams::util::ini {
|
|||
size_t num_left;
|
||||
|
||||
explicit FsFileContext(FsFile *f) : f(f), offset(0) {
|
||||
u64 size;
|
||||
s64 size;
|
||||
R_ASSERT(fsFileGetSize(this->f, &size));
|
||||
this->num_left = size_t(size);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue