diff options
Diffstat (limited to 'include/user')
-rw-r--r-- | include/user/sblacmgr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/user/sblacmgr.h b/include/user/sblacmgr.h index 19da6bd..17bd258 100644 --- a/include/user/sblacmgr.h +++ b/include/user/sblacmgr.h @@ -5,11 +5,13 @@ #ifndef _VDSUITE_USER_SBLACMGR_H #define _VDSUITE_USER_SBLACMGR_H +#include <scetypes.h> + #ifdef __cplusplus extern "C" { #endif -int _sceSblACMgrIsGameProgram(void); +SceInt32 sceSblACMgrIsGameProgram(SceInt32 *result); #ifdef __cplusplus } |