summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRinnegatamante2017-12-20 15:58:46 +0100
committerGitHub2017-12-20 15:58:46 +0100
commit4cbc06b43049255fca916cd4baab893b73a026d1 (patch)
tree0f9647d2cb3b66f44afc2cae67a8889847027afa /include
parentAdded SCE_SYSMODULE_AACENC to sysmodule.h (diff)
downloadvds-libraries-4cbc06b43049255fca916cd4baab893b73a026d1.tar.gz
Added SCE_DISPLAY_ERROR_NO_OUTPUT_SIGNAL reference
Diffstat (limited to 'include')
-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 {