mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 14:17:57 -05:00
Addressed issues
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user