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

@ -743,6 +743,8 @@ s32 cellFontGraphicsGetLineRGBA()
DECLARE(ppu_module_manager::cellFont)("cellFont", []()
{
static ppu_static_module cell_FreeType2("cell_FreeType2");
REG_FUNC(cellFont, cellFontSetFontsetOpenMode);
REG_FUNC(cellFont, cellFontSetFontOpenMode);
REG_FUNC(cellFont, cellFontCreateRenderer);