mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 20:55:56 +00:00
Initialize system handle in HLE Ngs2 library (#3137)
This commit is contained in:
parent
2d335f436c
commit
54163ffaa5
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ s32 SystemSetupCore(StackBuffer* stackBuffer, const OrbisNgs2SystemOption* optio
|
|||
return ORBIS_NGS2_ERROR_INVALID_SAMPLE_RATE;
|
||||
}
|
||||
|
||||
if (outSystem) {
|
||||
// dummy handle
|
||||
outSystem->systemHandle = 1;
|
||||
}
|
||||
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue