diff options
Diffstat (limited to 'include/kernel/lowio/iftu.h')
-rw-r--r-- | include/kernel/lowio/iftu.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/kernel/lowio/iftu.h b/include/kernel/lowio/iftu.h index a03d221..9580219 100644 --- a/include/kernel/lowio/iftu.h +++ b/include/kernel/lowio/iftu.h @@ -8,10 +8,10 @@ extern "C" { #endif typedef enum SceIftuErrorCode { - SCE_IFTU_ERROR_INVALID_PLANE = 0x803F0700, - SCE_IFTU_ERROR_INVALID_PARAM = 0x803F0701, - SCE_IFTU_ERROR_INVALID_PIXELFORMAT = 0x803F0703, - SCE_IFTU_ERROR_PLANE_BUSY = 0x803F0704, + SCE_IFTU_ERROR_INVALID_PLANE = (int)0x803F0700, + SCE_IFTU_ERROR_INVALID_PARAM = (int)0x803F0701, + SCE_IFTU_ERROR_INVALID_PIXELFORMAT = (int)0x803F0703, + SCE_IFTU_ERROR_PLANE_BUSY = (int)0x803F0704, } SceIftuErrorCode; typedef enum SceIftuPixelformat { |