mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-05-02 14:47:57 +03:00
FS: Stream RomFS from file instead of loading all of it to memory
This commit is contained in:
parent
ecdfd0643a
commit
c385b7767d
9 changed files with 48 additions and 33 deletions
|
@ -124,7 +124,7 @@ ResultStatus LoadFile(const std::string& filename) {
|
|||
case FileType::CXI:
|
||||
case FileType::CCI:
|
||||
{
|
||||
AppLoader_NCCH app_loader(std::move(file));
|
||||
AppLoader_NCCH app_loader(std::move(file), filename);
|
||||
|
||||
// Load application and RomFS
|
||||
if (ResultStatus::Success == app_loader.Load()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue