mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12: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());
|
sceNp->Log("sceNpManagerGetStatus(status_addr=0x%x)", status.addr());
|
||||||
|
|
||||||
if (!sceNpInstance.m_bSceNp2Initialized)
|
if (!sceNpInstance.m_bSceNpInitialized)
|
||||||
return SCE_NP_ERROR_NOT_INITIALIZED;
|
return SCE_NP_ERROR_NOT_INITIALIZED;
|
||||||
|
|
||||||
// TODO: Support different statuses
|
// TODO: Support different statuses
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue