mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Stub some modules
This commit is contained in:
parent
f4b95c0226
commit
acd9d6ff24
6 changed files with 42 additions and 0 deletions
|
|
@ -1032,6 +1032,8 @@ s32 cellSailPlayerUnregisterSource()
|
|||
|
||||
DECLARE(ppu_module_manager::cellSail)("cellSail", []()
|
||||
{
|
||||
static ppu_static_module cellSailAvi("cellSailAvi");
|
||||
|
||||
REG_FUNC(cellSail, cellSailMemAllocatorInitialize);
|
||||
|
||||
REG_FUNC(cellSail, cellSailFutureInitialize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue