diff options
| author | bunnei <bunneidev@gmail.com> | 2018-02-25 16:44:51 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-25 16:44:51 -0800 |
| commit | 7e45669ccbf50139910ca6e565fbd6f4fddfdf27 (patch) | |
| tree | 3e59a99cc6a5740b42e0e279c79e0a511adb717a /src/core/loader/nso.h | |
| parent | c45173c9a64d9f2e4430ee5f2463a1db8351c722 (diff) | |
| parent | e29710818f7cd6ca2eadf52d74d039a593a98bb0 (diff) | |
Merge pull request #222 from shinyquagsire23/npdm-parsing
NPDM Parsing
Diffstat (limited to 'src/core/loader/nso.h')
| -rw-r--r-- | src/core/loader/nso.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/nso.h b/src/core/loader/nso.h index 1ae30a824..14eb1d87e 100644 --- a/src/core/loader/nso.h +++ b/src/core/loader/nso.h @@ -29,7 +29,7 @@ public: return IdentifyType(file, filepath); } - static VAddr LoadModule(const std::string& path, VAddr load_base); + static VAddr LoadModule(const std::string& path, VAddr load_base, u64 tid); ResultStatus Load(Kernel::SharedPtr<Kernel::Process>& process) override; |
