summaryrefslogtreecommitdiff
path: root/include/user/display.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/user/display.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/user/display.h b/include/user/display.h
index 87fc3d9..c40b811 100644
--- a/include/user/display.h
+++ b/include/user/display.h
@@ -17,7 +17,8 @@ typedef enum SceDisplayErrorCode {
SCE_DISPLAY_ERROR_INVALID_RESOLUTION = 0x80290005,
SCE_DISPLAY_ERROR_INVALID_UPDATETIMING = 0x80290006,
SCE_DISPLAY_ERROR_NO_FRAME_BUFFER = 0x80290007,
- SCE_DISPLAY_ERROR_NO_PIXEL_DATA = 0x80290008
+ SCE_DISPLAY_ERROR_NO_PIXEL_DATA = 0x80290008,
+ SCE_DISPLAY_ERROR_NO_OUTPUT_SIGNAL = 0x80290009
} SceDisplayErrorCode;
typedef enum SceDisplayPixelFormat {