vitasdk
Documentation of the vitasdk
gc_auth.h
Go to the documentation of this file.
1
6
#ifndef __PSP2KERN_GCAUTHMGR_GC_AUTH_H__
7
#define __PSP2KERN_GCAUTHMGR_GC_AUTH_H__
8
9
#include <
psp2kern/types.h
>
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
22
int
ksceSblGcAuthMgrGcAuthCartAuthentication
(
SceUInt32
key_id);
23
24
#ifdef __cplusplus
25
}
26
#endif
27
28
#endif
/* __PSP2KERN_GCAUTHMGR_GC_AUTH_H__ */
ksceSblGcAuthMgrGcAuthCartAuthentication
int ksceSblGcAuthMgrGcAuthCartAuthentication(SceUInt32 key_id)
Runs gamecart authentication.
SceUInt32
uint32_t SceUInt32
Definition:
types.h:45
types.h
include
psp2kern
kernel
gcauthmgr
gc_auth.h
Vita SDK