mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +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
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
namespace vm { using namespace ps3; }
|
||||
|
||||
extern Module cellOvis;
|
||||
extern Module<> cellOvis;
|
||||
|
||||
// Return Codes
|
||||
enum
|
||||
|
|
@ -38,7 +38,7 @@ s32 cellOvisInvalidateOverlappedSegments()
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
Module cellOvis("cellOvis", []()
|
||||
Module<> cellOvis("cellOvis", []()
|
||||
{
|
||||
REG_FUNC(cellOvis, cellOvisGetOverlayTableSize);
|
||||
REG_FUNC(cellOvis, cellOvisInitializeOverlayTable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue