mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Merge pull request #813 from tambry/ArkedoCrashFix
Fix crash in Arkedo games (that I created)
This commit is contained in:
commit
8cc09d1c91
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