Addressed issues
This commit is contained in:
parent
50e3269f3b
commit
6ca20ad7ba
4 changed files with 14 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue