Registers more functions missing.

Implement and stub cell_FreeType2.
Reorder cellRtc.
This commit is contained in:
Zangetsu38 2017-02-13 03:46:02 +01:00 committed by Ivan
parent ac79654d1b
commit b3cb827526
13 changed files with 1494 additions and 60 deletions

View file

@ -1,4 +1,4 @@
#include "stdafx.h"
#include "stdafx.h"
#include "Utilities/Config.h"
#include "Utilities/AutoPause.h"
#include "Crypto/sha1.h"
@ -34,6 +34,7 @@ LOG_CHANNEL(cellDmux);
LOG_CHANNEL(cellFiber);
LOG_CHANNEL(cellFont);
LOG_CHANNEL(cellFontFT);
LOG_CHANNEL(cell_FreeType2);
LOG_CHANNEL(cellFs);
LOG_CHANNEL(cellGame);
LOG_CHANNEL(cellGameExec);
@ -226,6 +227,7 @@ static void ppu_initialize_modules()
&ppu_module_manager::cellFiber,
&ppu_module_manager::cellFont,
&ppu_module_manager::cellFontFT,
&ppu_module_manager::cell_FreeType2,
&ppu_module_manager::cellFs,
&ppu_module_manager::cellGame,
&ppu_module_manager::cellGameExec,