diff options
author | bunnei <bunneidev@gmail.com> | 2019-04-20 01:09:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-20 01:09:20 +0200 |
commit | 40dc893c372c81c687eca2d0b964220a8f8aeab4 (patch) | |
tree | 1c05675d446978752a749f2cb18a797c6b737998 /src/core/loader/nsp.h | |
parent | Merge pull request #2397 from lioncash/thread-unused (diff) | |
parent | core/core: Move process execution start to System's Load() (diff) | |
download | yuzu-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/nsp.h')
-rw-r--r-- | src/core/loader/nsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/nsp.h b/src/core/loader/nsp.h index 953a1b508..85e870bdf 100644 --- a/src/core/loader/nsp.h +++ b/src/core/loader/nsp.h @@ -35,7 +35,7 @@ public: return IdentifyType(file); } - ResultStatus Load(Kernel::Process& process) override; + LoadResult Load(Kernel::Process& process) override; ResultStatus ReadRomFS(FileSys::VirtualFile& file) override; u64 ReadRomFSIVFCOffset() const override; |