summaryrefslogtreecommitdiff
path: root/src/core/loader/nso.h
diff options
context:
space:
mode:
authorGravatar bunnei2018-02-25 16:44:51 -0800
committerGravatar GitHub2018-02-25 16:44:51 -0800
commit7e45669ccbf50139910ca6e565fbd6f4fddfdf27 (patch)
tree3e59a99cc6a5740b42e0e279c79e0a511adb717a /src/core/loader/nso.h
parentMerge pull request #212 from mailwl/stubs (diff)
parentfile_sys: Style tweaks (diff)
downloadyuzu-7e45669ccbf50139910ca6e565fbd6f4fddfdf27.tar.gz
yuzu-7e45669ccbf50139910ca6e565fbd6f4fddfdf27.tar.xz
yuzu-7e45669ccbf50139910ca6e565fbd6f4fddfdf27.zip
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.h2
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:
29 return IdentifyType(file, filepath); 29 return IdentifyType(file, filepath);
30 } 30 }
31 31
32 static VAddr LoadModule(const std::string& path, VAddr load_base); 32 static VAddr LoadModule(const std::string& path, VAddr load_base, u64 tid);
33 33
34 ResultStatus Load(Kernel::SharedPtr<Kernel::Process>& process) override; 34 ResultStatus Load(Kernel::SharedPtr<Kernel::Process>& process) override;
35 35