Addressed issues

This commit is contained in:
David Marcec 2019-06-17 08:17:26 +10:00
parent 50e3269f3b
commit 6ca20ad7ba
4 changed files with 14 additions and 9 deletions

View file

@ -88,7 +88,7 @@ u64 NACP::GetDefaultJournalSaveSize() const {
}
bool NACP::GetUserAccountSwitchLock() const {
return raw.user_account_switch_lock == 1;
return raw.user_account_switch_lock != 0;
}
u32 NACP::GetSupportedLanguages() const {