mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
Stub some modules
This commit is contained in:
parent
f4b95c0226
commit
acd9d6ff24
6 changed files with 42 additions and 0 deletions
|
|
@ -256,6 +256,9 @@ s32 cellSailRecorderDumpImage()
|
|||
|
||||
DECLARE(ppu_module_manager::cellSailRec)("cellSailRec", []()
|
||||
{
|
||||
static ppu_static_module cellMp4("cellMp4");
|
||||
static ppu_static_module cellApostSrcMini("cellApostSrcMini");
|
||||
|
||||
REG_FUNC(cellSailRec, cellSailProfileSetEsAudioParameter);
|
||||
REG_FUNC(cellSailRec, cellSailProfileSetEsVideoParameter);
|
||||
REG_FUNC(cellSailRec, cellSailProfileSetStreamParameter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue