mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-22 18:26:39 +00:00
I'm dumb.
This commit is contained in:
parent
7a8daf8ba5
commit
e85aace57c
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ static bool bktrReadSubStorage(BucketTreeSubStorage *substorage, BucketTreeSubSt
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
BucketTreeContext *ctx = substorage->bktr_ctx;
|
BucketTreeContext *ctx = (BucketTreeContext*)substorage->bktr_ctx;
|
||||||
NcaFsSectionContext *nca_fs_ctx = substorage->nca_fs_ctx;
|
NcaFsSectionContext *nca_fs_ctx = substorage->nca_fs_ctx;
|
||||||
bool success = false;
|
bool success = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue