From a3aee47a59af3b0552649160c4474f7f339e268e Mon Sep 17 00:00:00 2001 From: SMOKE5 Date: Sun, 11 Oct 2015 21:17:07 -0400 Subject: Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdk --- include/user/display.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/user/display.h') diff --git a/include/user/display.h b/include/user/display.h index a0aa1e5..783c172 100644 --- a/include/user/display.h +++ b/include/user/display.h @@ -20,13 +20,13 @@ enum { SCE_DISPLAY_ERROR_NO_PIXEL_DATA = 0x80290008 }; -#define PSP2_DISPLAY_PIXELFORMAT_A8B8G8R8 0x00000000U +#define SCE_DISPLAY_PIXELFORMAT_A8B8G8R8 0x00000000U enum { /** Buffer change effective immediately */ - PSP2_DISPLAY_SETBUF_IMMEDIATE = 0, + SCE_DISPLAY_SETBUF_IMMEDIATE = 0, /** Buffer change effective next frame */ - PSP2_DISPLAY_SETBUF_NEXTFRAME = 1 + SCE_DISPLAY_SETBUF_NEXTFRAME = 1 }; /** -- cgit v1.2.3