Fix crash in Arkedo games (that I created)

This commit is contained in:
Raul Tambre 2014-09-16 19:28:21 +03:00
parent ef1c5af608
commit b7a6c93e96
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ int sceNpManagerGetStatus(vm::ptr<be_t<u32>> status)
{
sceNp->Log("sceNpManagerGetStatus(status_addr=0x%x)", status.addr());
if (!sceNpInstance.m_bSceNp2Initialized)
if (!sceNpInstance.m_bSceNpInitialized)
return SCE_NP_ERROR_NOT_INITIALIZED;
// TODO: Support different statuses