summaryrefslogtreecommitdiffstats
path: root/src/core/loader/nca.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-04-20 01:09:20 +0200
committerGitHub <noreply@github.com>2019-04-20 01:09:20 +0200
commit40dc893c372c81c687eca2d0b964220a8f8aeab4 (patch)
tree1c05675d446978752a749f2cb18a797c6b737998 /src/core/loader/nca.h
parentMerge pull request #2397 from lioncash/thread-unused (diff)
parentcore/core: Move process execution start to System's Load() (diff)
downloadyuzu-40dc893c372c81c687eca2d0b964220a8f8aeab4.tar
yuzu-40dc893c372c81c687eca2d0b964220a8f8aeab4.tar.gz
yuzu-40dc893c372c81c687eca2d0b964220a8f8aeab4.tar.bz2
yuzu-40dc893c372c81c687eca2d0b964220a8f8aeab4.tar.lz
yuzu-40dc893c372c81c687eca2d0b964220a8f8aeab4.tar.xz
yuzu-40dc893c372c81c687eca2d0b964220a8f8aeab4.tar.zst
yuzu-40dc893c372c81c687eca2d0b964220a8f8aeab4.zip
Diffstat (limited to 'src/core/loader/nca.h')
-rw-r--r--src/core/loader/nca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/nca.h b/src/core/loader/nca.h
index b9f077468..94f0ed677 100644
--- a/src/core/loader/nca.h
+++ b/src/core/loader/nca.h
@@ -33,7 +33,7 @@ public:
return IdentifyType(file);
}
- ResultStatus Load(Kernel::Process& process) override;
+ LoadResult Load(Kernel::Process& process) override;
ResultStatus ReadRomFS(FileSys::VirtualFile& dir) override;
u64 ReadRomFSIVFCOffset() const override;