diff options
| author | 2020-04-20 18:16:55 -0400 | |
|---|---|---|
| committer | 2020-04-20 18:19:45 -0400 | |
| commit | 9c12aef2f85ae50d6e6b25df54720fcb0bd46f14 (patch) | |
| tree | b798e5946d27b5e8e10d079f7cf054f616addedd /src/core/loader/nro.h | |
| parent | loader: elf: Fix process initialization using ProgramMetadata default. (diff) | |
| download | yuzu-9c12aef2f85ae50d6e6b25df54720fcb0bd46f14.tar.gz yuzu-9c12aef2f85ae50d6e6b25df54720fcb0bd46f14.tar.xz yuzu-9c12aef2f85ae50d6e6b25df54720fcb0bd46f14.zip | |
loader: nro: Fix process initialization using ProgramMetadata default.
Diffstat (limited to 'src/core/loader/nro.h')
| -rw-r--r-- | src/core/loader/nro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/nro.h b/src/core/loader/nro.h index 71811bc29..4593d48fb 100644 --- a/src/core/loader/nro.h +++ b/src/core/loader/nro.h | |||
| @@ -47,7 +47,7 @@ public: | |||
| 47 | bool IsRomFSUpdatable() const override; | 47 | bool IsRomFSUpdatable() const override; |
| 48 | 48 | ||
| 49 | private: | 49 | private: |
| 50 | bool LoadNro(Kernel::Process& process, const FileSys::VfsFile& file, VAddr load_base); | 50 | bool LoadNro(Kernel::Process& process, const FileSys::VfsFile& file); |
| 51 | 51 | ||
| 52 | std::vector<u8> icon_data; | 52 | std::vector<u8> icon_data; |
| 53 | std::unique_ptr<FileSys::NACP> nacp; | 53 | std::unique_ptr<FileSys::NACP> nacp; |