mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05: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
|
|
@ -290,7 +290,7 @@ s32 cellSnd3SMFGetKeyOnID(u32 smfID, u32 midiChannel, vm::ptr<u32> keyOnID)
|
|||
}
|
||||
|
||||
|
||||
Module libsnd3("libsnd3", []()
|
||||
Module<> libsnd3("libsnd3", []()
|
||||
{
|
||||
REG_SUB(libsnd3,, cellSnd3Init);
|
||||
REG_SUB(libsnd3,, cellSnd3Exit);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue