mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 20:28:03 -05:00
arm: Implement native code execution backend
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user