summaryrefslogtreecommitdiff
path: root/include/kernel/lowio/dsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel/lowio/dsi.h')
-rw-r--r--include/kernel/lowio/dsi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/kernel/lowio/dsi.h b/include/kernel/lowio/dsi.h
index e083055..4400a68 100644
--- a/include/kernel/lowio/dsi.h
+++ b/include/kernel/lowio/dsi.h
@@ -8,10 +8,10 @@ extern "C" {
#endif
typedef enum SceDsiErrorCode {
- SCE_DSI_ERROR_INVALID_HEAD = 0x803F0600,
- SCE_DSI_ERROR_INVALID_STATE = 0x803F0601,
- SCE_DSI_ERROR_INVALID_PARAM = 0x803F0602,
- SCE_DSI_ERROR_HEAD_NOT_ENABLED = 0x803F0603,
+ SCE_DSI_ERROR_INVALID_HEAD = (int)0x803F0600,
+ SCE_DSI_ERROR_INVALID_STATE = (int)0x803F0601,
+ SCE_DSI_ERROR_INVALID_PARAM = (int)0x803F0602,
+ SCE_DSI_ERROR_HEAD_NOT_ENABLED = (int)0x803F0603,
} SceDsiErrorCode;
typedef enum SceDsiHead {