mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Stub some modules
This commit is contained in:
parent
f4b95c0226
commit
acd9d6ff24
6 changed files with 42 additions and 0 deletions
|
|
@ -1366,6 +1366,8 @@ s32 cellDmuxFlushEs(u32 esHandle)
|
|||
|
||||
DECLARE(ppu_module_manager::cellDmux)("cellDmux", []()
|
||||
{
|
||||
static ppu_static_module cellDmuxPamf("cellDmuxPamf");
|
||||
|
||||
REG_FUNC(cellDmux, cellDmuxQueryAttr);
|
||||
REG_FUNC(cellDmux, cellDmuxQueryAttr2);
|
||||
REG_FUNC(cellDmux, cellDmuxOpen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue