Merge pull request #2240 from wwylele/auto-region

Config: auto-select region and language
This commit is contained in:
bunnei 2016-12-29 22:09:01 -05:00 committed by GitHub
commit f556d6ee90
11 changed files with 108 additions and 7 deletions

View file

@ -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;