summaryrefslogtreecommitdiff
path: root/include/kernel/ctrl.h
diff options
context:
space:
mode:
authorRinnegatamante2017-07-21 21:15:36 +0200
committerRinnegatamante2017-07-21 21:15:36 +0200
commitb90728fa8e455d6a821bcc6d94e90961074fd1e4 (patch)
tree8d426513377634683f440933566823b0ecf04034 /include/kernel/ctrl.h
parentAdded SceCompat (diff)
downloadvds-libraries-b90728fa8e455d6a821bcc6d94e90961074fd1e4.tar.gz
Renamed INTERCEPTED to PSBUTTON, added a note for shell privileges request.
Diffstat (limited to 'include/kernel/ctrl.h')
-rw-r--r--include/kernel/ctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel/ctrl.h b/include/kernel/ctrl.h
index 6fd268d..8833ab5 100644
--- a/include/kernel/ctrl.h
+++ b/include/kernel/ctrl.h
@@ -32,7 +32,7 @@ enum SceCtrlPadButtons {
SCE_CTRL_CIRCLE = 0x00002000, //!< Circle button.
SCE_CTRL_CROSS = 0x00004000, //!< Cross button.
SCE_CTRL_SQUARE = 0x00008000, //!< Square button.
- SCE_CTRL_INTERCEPTED = 0x00010000, //!< Input not available because intercepted by another application
+ SCE_CTRL_PSBUTTON = 0x00010000, //!< Playstation (Home) button.
SCE_CTRL_HEADPHONE = 0x00080000, //!< Headphone plugged in.
SCE_CTRL_VOLUP = 0x00100000, //!< Volume up button.
SCE_CTRL_VOLDOWN = 0x00200000, //!< Volume down button.