diff options
-rw-r--r-- | include/user/ctrl.h | 2 | ||||
-rw-r--r-- | include/user/display.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/user/ctrl.h b/include/user/ctrl.h index e250093..9ac6d48 100644 --- a/include/user/ctrl.h +++ b/include/user/ctrl.h @@ -36,7 +36,7 @@ enum { SCE_CTRL_MODE_DIGITAL = 0, /** Digital buttons + Analog support. */ SCE_CTRL_MODE_ANALOG = 1, - /** Same as ::PSP2_CTRL_MODE_ANALOG, but with larger range for analog sticks. */ + /** Same as ::SCE_CTRL_MODE_ANALOG, but with larger range for analog sticks. */ SCE_CTRL_MODE_ANALOG_WIDE = 2 }; diff --git a/include/user/display.h b/include/user/display.h index 783c172..8a5a4f4 100644 --- a/include/user/display.h +++ b/include/user/display.h @@ -41,7 +41,7 @@ typedef struct SceDisplayFrameBuf { SceSize size; //!< sizeof(SceDisplayFrameBuf) void *base; //!< Pointer to framebuffer unsigned int pitch; //!< pitch pixels - unsigned int pixelformat; //!< use PSP2_DISPLAY_PIXELFORMAT_A8B8G8R8 + unsigned int pixelformat; //!< use SCE_DISPLAY_PIXELFORMAT_A8B8G8R8 unsigned int width; //!< framebuffer width unsigned int height; //!< framebuffer height } SceDisplayFrameBuf; |