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:
Raul Tambre 2014-09-22 22:00:28 +03:00
parent f1e2446f17
commit 790a8bf814
7 changed files with 61 additions and 28 deletions

View file

@ -221,6 +221,11 @@ int cellCameraRemoveNotifyEventQueue2()
return CELL_OK;
}
void cellCamera_unload()
{
cellCameraInstance.m_bInitialized = false;
}
void cellCamera_init(Module* pxThis)
{
cellCamera = pxThis;