Add sceGameUpdate
This commit is contained in:
parent
a64f4839be
commit
9f165768c8
5 changed files with 88 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
#include "sceChnnlsv.h"
|
||||
#include "scePspNpDrm_user.h"
|
||||
#include "sceP3da.h"
|
||||
#include "sceGameUpdate.h"
|
||||
|
||||
#define N(s) s
|
||||
|
||||
|
@ -250,6 +251,7 @@ void RegisterAllModules() {
|
|||
Register_sceChnnlsv();
|
||||
Register_sceNpDrm();
|
||||
Register_sceP3da();
|
||||
Register_sceGameUpdate();
|
||||
|
||||
for (int i = 0; i < numModules; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue