Integrate sceUsbGps and sceUsbCam with Android
This commit is contained in:
parent
4938ab786e
commit
892bc8617d
20 changed files with 1572 additions and 91 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue