diff options
Diffstat (limited to 'include/user/ctrl.h')
-rw-r--r-- | include/user/ctrl.h | 2 |
1 files changed, 1 insertions, 1 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 }; |