diff options
Diffstat (limited to '')
-rw-r--r-- | include/user/bgapputil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user/bgapputil.h b/include/user/bgapputil.h index f35e9ad..e3b0a5e 100644 --- a/include/user/bgapputil.h +++ b/include/user/bgapputil.h @@ -8,7 +8,7 @@ extern "C" { /** * Errors */ -#define SCE_BGAPPUTIL_ERROR_INVALID_ARG 0x80106501 +#define SCE_BGAPPUTIL_ERROR_INVALID_ARG ((int)0x80106501) /** * Start BG application (eboot2.bin) |