mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Fix crash in Arkedo games (that I created)
This commit is contained in:
parent
ef1c5af608
commit
b7a6c93e96
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue