mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
Added sceNpTrophyTerm and proofed some unloadings
Made cellNetCtl, cellGem, cellCamera, sceNp, sceNpCommerce2 and sceNpTrophy properly unload if termination function wasn't called.
This commit is contained in:
parent
f1e2446f17
commit
790a8bf814
7 changed files with 61 additions and 28 deletions
|
@ -221,6 +221,11 @@ int cellCameraRemoveNotifyEventQueue2()
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
void cellCamera_unload()
|
||||
{
|
||||
cellCameraInstance.m_bInitialized = false;
|
||||
}
|
||||
|
||||
void cellCamera_init(Module* pxThis)
|
||||
{
|
||||
cellCamera = pxThis;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue