diff options
| author | bunnei <bunneidev@gmail.com> | 2016-12-29 22:09:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-29 22:09:01 -0500 |
| commit | f556d6ee90aae2d81cd9770c0b3259ac88ae8fe4 (patch) | |
| tree | 63472a7c6dbd7bc9f77ba503800afdaf36982da5 /src/core/loader/ncch.h | |
| parent | 2f746e9946f78a2e283dfdcbeda9cf332e44d099 (diff) | |
| parent | 84e78790ab3f3e8883493b18946e97328d921774 (diff) | |
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: */ ResultStatus LoadExeFS(); + /// Reads the region lockout info in the SMDH and send it to CFG service + void ParseRegionLockoutInfo(); + bool is_exefs_loaded = false; bool is_compressed = false; |
