Integrate sceUsbGps and sceUsbCam with Android

This commit is contained in:
Florin9doi 2017-08-20 21:03:06 +03:00
parent 4938ab786e
commit 892bc8617d
20 changed files with 1572 additions and 91 deletions

View file

@ -75,6 +75,7 @@
#include "scePsmf.h"
#include "sceImpose.h"
#include "sceUsb.h"
#include "sceUsbGps.h"
#include "scePspNpDrm_user.h"
#include "sceVaudio.h"
#include "sceHeap.h"
@ -132,6 +133,7 @@ void __KernelInit()
__SslInit();
__ImposeInit();
__UsbInit();
__UsbGpsInit();
__FontInit();
__NetInit();
__NetAdhocInit();
@ -261,6 +263,7 @@ void __KernelDoState(PointerWrap &p)
__UmdDoState(p);
__UtilityDoState(p);
__UsbDoState(p);
__UsbGpsDoState(p);
__VaudioDoState(p);
__HeapDoState(p);