mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
sceNpManagerGetAccountRegion impl
This commit is contained in:
parent
ea1171f624
commit
abaa8f855f
1 changed files with 6 additions and 0 deletions
|
@ -2702,6 +2702,12 @@ error_code sceNpManagerGetAccountRegion(vm::ptr<SceNpCountryCode> countryCode, v
|
||||||
return SCE_NP_ERROR_INVALID_STATE;
|
return SCE_NP_ERROR_INVALID_STATE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
memset(countryCode.get_ptr(), 0, sizeof(countryCode));
|
||||||
|
countryCode->data[0] = 'u';
|
||||||
|
countryCode->data[1] = 's';
|
||||||
|
|
||||||
|
*language = CELL_SYSUTIL_LANG_ENGLISH_US;
|
||||||
|
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue