Stub some modules

This commit is contained in:
Nekotekina 2017-02-12 21:35:55 +03:00
parent f4b95c0226
commit acd9d6ff24
6 changed files with 42 additions and 0 deletions

View file

@ -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);