diff options
| author | bunnei <bunneidev@gmail.com> | 2016-05-05 18:35:24 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2016-05-05 18:35:24 -0400 |
| commit | 55946cdc119c53656c79667b9a81172563b443ad (patch) | |
| tree | 1fc81259c565ed89e17029a859c06ec8231728aa /src/core/loader/ncch.h | |
| parent | 24d064e8300d19272a2b527687ab889f351d8bf5 (diff) | |
| parent | 9da1534237dfbe72be36200453dc52fce38ae557 (diff) | |
Merge pull request #1700 from wwylele/gamelist-icon
Qt: display game icon and title in the game list
Diffstat (limited to 'src/core/loader/ncch.h')
| -rw-r--r-- | src/core/loader/ncch.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/loader/ncch.h b/src/core/loader/ncch.h index ca6772a78..fd852c3de 100644 --- a/src/core/loader/ncch.h +++ b/src/core/loader/ncch.h @@ -232,6 +232,13 @@ private: */ ResultStatus LoadExec(); + /** + * Ensure ExeFS is loaded and ready for reading sections + * @return ResultStatus result of function + */ + ResultStatus LoadExeFS(); + + bool is_exefs_loaded = false; bool is_compressed = false; u32 entry_point = 0; |
