summaryrefslogtreecommitdiffstats
path: root/src/core/loader/nax.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/nax.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/nax.h')
-rw-r--r--src/core/loader/nax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/nax.h b/src/core/loader/nax.h
index f40079574..00f1659c1 100644
--- a/src/core/loader/nax.h
+++ b/src/core/loader/nax.h
@@ -33,7 +33,7 @@ public:
FileType GetFileType() const override;
- ResultStatus Load(Kernel::Process& process) override;
+ LoadResult Load(Kernel::Process& process) override;
ResultStatus ReadRomFS(FileSys::VirtualFile& dir) override;
u64 ReadRomFSIVFCOffset() const override;