diff options
author | xyzz | 2015-10-12 12:58:31 +0300 |
---|---|---|
committer | xyzz | 2015-10-12 12:58:31 +0300 |
commit | c6921cdf97f65c29bf3e2e7dddc8971405753b67 (patch) | |
tree | ca38c0700d94a3f125b4120b5f8dbd9072c80244 /include/user/ctrl.h | |
parent | Merge pull request #6 from SMOKE5/master (diff) | |
download | vds-libraries-c6921cdf97f65c29bf3e2e7dddc8971405753b67.tar.gz |
Replace remaining PSP2_ with SCE_
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 }; |