vitasdk
Documentation of the vitasdk
bgapputil.h
Go to the documentation of this file.
1
7
#ifndef _PSP2_BGAPPUTIL_H_
8
#define _PSP2_BGAPPUTIL_H_
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
17
typedef
enum
SceBgAppUtilErrorCode
{
18
SCE_BGAPP_UTIL_ERROR_INVALID_ARG
= 0x80106502
19
}
SceBgAppUtilErrorCode
;
20
28
int
sceBgAppUtilStartBgApp
(
int
mode);
29
30
#ifdef __cplusplus
31
}
32
#endif
/* __cplusplus */
33
34
#endif
/* _PSP2_BGAPPUTIL_H_ */
sceBgAppUtilStartBgApp
int sceBgAppUtilStartBgApp(int mode)
Start BG application (eboot2.bin)
SceBgAppUtilErrorCode
SceBgAppUtilErrorCode
Error Codes.
Definition
bgapputil.h:17
SCE_BGAPP_UTIL_ERROR_INVALID_ARG
@ SCE_BGAPP_UTIL_ERROR_INVALID_ARG
Definition
bgapputil.h:18
include
psp2
bgapputil.h
Vita SDK