Add sceGameUpdate

This commit is contained in:
raven02 2013-03-19 08:00:29 +08:00
parent a64f4839be
commit 9f165768c8
5 changed files with 88 additions and 0 deletions

View file

@ -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++)
{