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 {
20 
28 int sceBgAppUtilStartBgApp(int mode);
29 
30 #ifdef __cplusplus
31 }
32 #endif /* __cplusplus */
33 
34 #endif /* _PSP2_BGAPPUTIL_H_ */
int sceBgAppUtilStartBgApp(int mode)
Start BG application (eboot2.bin)
SceBgAppUtilErrorCode
Error Codes.
Definition: bgapputil.h:17
@ SCE_BGAPP_UTIL_ERROR_INVALID_ARG
Definition: bgapputil.h:18