diff options
author | xyzz | 2015-10-12 12:54:46 +0300 |
---|---|---|
committer | xyzz | 2015-10-12 12:54:46 +0300 |
commit | 0464f8f2a4b6ba2d913aeffa2aa6da6b0086cbf0 (patch) | |
tree | 02d4ed43e588bba36a5dd9a4a76b25d62384920f /include/user/display.h | |
parent | Adds BusClockFrequency and GpuClockFrequency to db.json. (diff) | |
parent | Fixed the inconsistency in the headers as discussed in issue #4 and #vitasdk (diff) | |
download | vds-libraries-0464f8f2a4b6ba2d913aeffa2aa6da6b0086cbf0.tar.gz |
Merge pull request #6 from SMOKE5/master
Fixed the inconsistency in the headers
Diffstat (limited to '')
-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 }; /** |