diff options
author | wwylele <wwylele@gmail.com> | 2016-11-30 11:32:09 +0200 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2016-12-07 20:52:42 +0200 |
commit | 84e78790ab3f3e8883493b18946e97328d921774 (patch) | |
tree | 31b000e21876310ccd91e1746c86b643908b5a27 /src/core/loader/ncch.h | |
parent | 8d529a5cda86f6c59f21829d8a15deb5586c1c8d (diff) |
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 bcf3ae6e3..e9e11727b 100644 --- a/src/core/loader/ncch.h +++ b/src/core/loader/ncch.h @@ -250,6 +250,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; |