diff options
| author | 2016-04-14 00:04:05 +0300 | |
|---|---|---|
| committer | 2016-05-04 13:02:49 +0300 | |
| commit | 5d5dd66d9222ced82dd61747ef4078fc1eae2496 (patch) | |
| tree | e7495d933b0fbdc767426fc18940f95b7817c8ab /src/core/loader/ncch.h | |
| parent | Merge pull request #1726 from MerryMage/read-write-region (diff) | |
| download | yuzu-5d5dd66d9222ced82dd61747ef4078fc1eae2496.tar.gz yuzu-5d5dd66d9222ced82dd61747ef4078fc1eae2496.tar.xz yuzu-5d5dd66d9222ced82dd61747ef4078fc1eae2496.zip | |
add icon & title to 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: | |||
| 232 | */ | 232 | */ |
| 233 | ResultStatus LoadExec(); | 233 | ResultStatus LoadExec(); |
| 234 | 234 | ||
| 235 | /** | ||
| 236 | * Ensure ExeFS is loaded and ready for reading sections | ||
| 237 | * @return ResultStatus result of function | ||
| 238 | */ | ||
| 239 | ResultStatus LoadExeFS(); | ||
| 240 | |||
| 241 | bool is_exefs_loaded = false; | ||
| 235 | bool is_compressed = false; | 242 | bool is_compressed = false; |
| 236 | 243 | ||
| 237 | u32 entry_point = 0; | 244 | u32 entry_point = 0; |