mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Registers more functions missing.
Implement and stub cell_FreeType2. Reorder cellRtc.
This commit is contained in:
parent
ac79654d1b
commit
b3cb827526
13 changed files with 1494 additions and 60 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue