mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
Experimental class template Module<T>
Allocates ps3 memory for specific instance T
This commit is contained in:
parent
093ecc0a02
commit
12f36cf31f
123 changed files with 494 additions and 379 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include "cellCamera.h"
|
||||
|
||||
extern Module cellCamera;
|
||||
extern Module<> cellCamera;
|
||||
|
||||
static const char* get_camera_attr_name(s32 value)
|
||||
{
|
||||
|
|
@ -371,7 +371,7 @@ s32 cellCameraRemoveNotifyEventQueue2(u64 key)
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
Module cellCamera("cellCamera", []()
|
||||
Module<> cellCamera("cellCamera", []()
|
||||
{
|
||||
REG_FUNC(cellCamera, cellCameraInit);
|
||||
REG_FUNC(cellCamera, cellCameraEnd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue