mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 14:38:09 -05:00
loader: nro: Fix process initialization using ProgramMetadata default.
This commit is contained in:
@ -47,7 +47,7 @@ public:
|
||||
bool IsRomFSUpdatable() const override;
|
||||
|
||||
private:
|
||||
bool LoadNro(Kernel::Process& process, const FileSys::VfsFile& file, VAddr load_base);
|
||||
bool LoadNro(Kernel::Process& process, const FileSys::VfsFile& file);
|
||||
|
||||
std::vector<u8> icon_data;
|
||||
std::unique_ptr<FileSys::NACP> nacp;
|
||||
|
Reference in New Issue
Block a user