mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-19 21:35: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
|
|
@ -104,7 +104,7 @@ u16 cellSoundSynth2Pitch2Note(u16 center_note, u16 center_fine, u16 pitch)
|
|||
}
|
||||
|
||||
|
||||
Module libsynth2("libsynth2", []()
|
||||
Module<> libsynth2("libsynth2", []()
|
||||
{
|
||||
REG_SUB(libsynth2,, cellSoundSynth2Config);
|
||||
REG_SUB(libsynth2,, cellSoundSynth2Init);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue