mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 16:37:57 -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
@ -29,7 +29,9 @@ public:
|
||||
ResultCode Format(const Path& path) override;
|
||||
|
||||
private:
|
||||
std::shared_ptr<std::vector<u8>> romfs_data;
|
||||
std::shared_ptr<FileUtil::IOFile> romfs_file;
|
||||
u64 data_offset;
|
||||
u64 data_size;
|
||||
};
|
||||
|
||||
} // namespace FileSys
|
||||
|
Reference in New Issue
Block a user