vitasdk
Documentation of the vitasdk
usbserv.h
Go to the documentation of this file.
1
6
#ifndef _PSP2_USBSERV_H_
7
#define _PSP2_USBSERV_H_
8
9
#include <
psp2common/usbserv.h
>
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
21
int
sceUsbServAccessoryActivate
(
void
);
22
29
int
sceUsbServAccessoryDeactivate
(
void
);
30
31
#ifdef __cplusplus
32
}
33
#endif
34
35
#endif
/* _PSP2_USBSERV_H_ */
sceUsbServAccessoryDeactivate
int sceUsbServAccessoryDeactivate(void)
Disable accessory port.
sceUsbServAccessoryActivate
int sceUsbServAccessoryActivate(void)
Enable accessory port.
usbserv.h
include
psp2
usbserv.h
Vita SDK