mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 16:05:56 +00:00
Fix be_ts and fix loading in some modules
This commit is contained in:
parent
ef3a011919
commit
e6a47bfa89
14 changed files with 47 additions and 73 deletions
|
|
@ -562,13 +562,10 @@ int cellCameraRemoveNotifyEventQueue2()
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
void cellCamera_unload()
|
||||
{
|
||||
cellCameraInstance.m_bInitialized = false;
|
||||
}
|
||||
|
||||
Module cellCamera("cellCamera", []()
|
||||
{
|
||||
cellCameraInstance.m_bInitialized = false;
|
||||
|
||||
REG_FUNC(cellCamera, cellCameraInit);
|
||||
REG_FUNC(cellCamera, cellCameraEnd);
|
||||
REG_FUNC(cellCamera, cellCameraOpen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue