mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 16:05:56 +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 "sceNp2.h"
|
||||
#include "cellSysutilAvc2.h"
|
||||
|
||||
extern Module cellSysutilAvc2;
|
||||
extern Module<> cellSysutilAvc2;
|
||||
|
||||
s32 cellSysutilAvc2GetPlayerInfo()
|
||||
{
|
||||
|
|
@ -334,7 +334,7 @@ s32 cellSysutilAvc2GetWindowPosition()
|
|||
}
|
||||
|
||||
|
||||
Module cellSysutilAvc2("cellSysutilAvc2", []()
|
||||
Module<> cellSysutilAvc2("cellSysutilAvc2", []()
|
||||
{
|
||||
REG_FUNC(cellSysutilAvc2, cellSysutilAvc2GetPlayerInfo);
|
||||
REG_FUNC(cellSysutilAvc2, cellSysutilAvc2JoinChat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue