diff options
author | SMOKE5 | 2015-10-11 21:17:07 -0400 |
---|---|---|
committer | SMOKE5 | 2015-10-11 21:17:07 -0400 |
commit | a3aee47a59af3b0552649160c4474f7f339e268e (patch) | |
tree | 02d4ed43e588bba36a5dd9a4a76b25d62384920f /include/user/display.h | |
parent | Adds BusClockFrequency and GpuClockFrequency to db.json. (diff) | |
download | vds-libraries-a3aee47a59af3b0552649160c4474f7f339e268e.tar.gz |
Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdk
Diffstat (limited to 'include/user/display.h')
-rw-r--r-- | include/user/display.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 }; /** |