From c6921cdf97f65c29bf3e2e7dddc8971405753b67 Mon Sep 17 00:00:00 2001 From: xyzz Date: Mon, 12 Oct 2015 12:58:31 +0300 Subject: Replace remaining PSP2_ with SCE_ --- include/user/ctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/user/ctrl.h') 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 }; -- cgit v1.2.3