mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 09:37:56 -05:00
FS: Stream RomFS from file instead of loading all of it to memory
This commit is contained in:

committed by
Yuri Kunde Schlesner
parent
ecdfd0643a
commit
c385b7767d
@ -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()) {
|
||||
|
Reference in New Issue
Block a user