Merge PR 12074

This commit is contained in:
yuzubot
2023-11-24 00:57:08 +00:00
parent c9be49a9c6
commit bffd64d293
53 changed files with 2336 additions and 140 deletions

View File

@@ -54,7 +54,7 @@ public:
bool IsRomFSUpdatable() const override;
private:
bool LoadNro(Kernel::KProcess& process, const FileSys::VfsFile& nro_file);
bool LoadNro(Core::System& system, Kernel::KProcess& process, const FileSys::VfsFile& nro_file);
std::vector<u8> icon_data;
std::unique_ptr<FileSys::NACP> nacp;