diff options
| author | 2016-12-29 22:09:01 -0500 | |
|---|---|---|
| committer | 2016-12-29 22:09:01 -0500 | |
| commit | f556d6ee90aae2d81cd9770c0b3259ac88ae8fe4 (patch) | |
| tree | 63472a7c6dbd7bc9f77ba503800afdaf36982da5 /src/core/loader/ncch.h | |
| parent | Merge pull request #2367 from JayFoxRox/lighting-lut-quickfix (diff) | |
| parent | Config: auto-select region and language (diff) | |
| download | yuzu-f556d6ee90aae2d81cd9770c0b3259ac88ae8fe4.tar.gz yuzu-f556d6ee90aae2d81cd9770c0b3259ac88ae8fe4.tar.xz yuzu-f556d6ee90aae2d81cd9770c0b3259ac88ae8fe4.zip | |
Merge pull request #2240 from wwylele/auto-region
Config: auto-select region and language
Diffstat (limited to 'src/core/loader/ncch.h')
| -rw-r--r-- | src/core/loader/ncch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/loader/ncch.h b/src/core/loader/ncch.h index 6afc171a5..fe08f5b45 100644 --- a/src/core/loader/ncch.h +++ b/src/core/loader/ncch.h | |||
| @@ -229,6 +229,9 @@ private: | |||
| 229 | */ | 229 | */ |
| 230 | ResultStatus LoadExeFS(); | 230 | ResultStatus LoadExeFS(); |
| 231 | 231 | ||
| 232 | /// Reads the region lockout info in the SMDH and send it to CFG service | ||
| 233 | void ParseRegionLockoutInfo(); | ||
| 234 | |||
| 232 | bool is_exefs_loaded = false; | 235 | bool is_exefs_loaded = false; |
| 233 | bool is_compressed = false; | 236 | bool is_compressed = false; |
| 234 | 237 | ||