diff options
| author | 2020-04-21 18:59:16 -0400 | |
|---|---|---|
| committer | 2020-04-21 18:59:16 -0400 | |
| commit | cd47ccec496c9a961abf1dc58f8d2a4165c1bf2b (patch) | |
| tree | ec4adafd6b8f513a4d37e4594dfa864df4d6bb17 /src/core/loader/nro.h | |
| parent | Merge pull request #3718 from ReinUsesLisp/better-pipeline-state (diff) | |
| parent | loader: nro: Fix process initialization using ProgramMetadata default. (diff) | |
| download | yuzu-cd47ccec496c9a961abf1dc58f8d2a4165c1bf2b.tar.gz yuzu-cd47ccec496c9a961abf1dc58f8d2a4165c1bf2b.tar.xz yuzu-cd47ccec496c9a961abf1dc58f8d2a4165c1bf2b.zip | |
Merge pull request #3745 from bunnei/fix-homebrew-load
Fix process memory initialization for ELF and NRO
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; |