From 67a0dd0ed61485c656d2e8164481b4c0e61c98df Mon Sep 17 00:00:00 2001 From: Rinnegatamante Date: Mon, 24 Jul 2017 14:24:30 +0200 Subject: Re-added SCE_CTRL_INTERCEPTED. --- include/kernel/ctrl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/kernel/ctrl.h') diff --git a/include/kernel/ctrl.h b/include/kernel/ctrl.h index 8833ab5..34bea51 100644 --- a/include/kernel/ctrl.h +++ b/include/kernel/ctrl.h @@ -32,6 +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. -- cgit v1.2.3