mirror of
https://github.com/AxioDL/nod.git
synced 2025-06-29 09:53:34 +00:00
Fix return type derp
This commit is contained in:
parent
d597400f4a
commit
42ef3a7958
@ -1186,7 +1186,7 @@ public:
|
||||
}, apploaderStat.st_size);
|
||||
}
|
||||
|
||||
bool mergeFromDirectory(const PartitionWii* partIn, const SystemChar* dirIn)
|
||||
uint64_t mergeFromDirectory(const PartitionWii* partIn, const SystemChar* dirIn)
|
||||
{
|
||||
size_t phSz;
|
||||
std::unique_ptr<uint8_t[]> phBuf = partIn->readPartitionHeaderBuf(phSz);
|
||||
|
Loading…
x
Reference in New Issue
Block a user