From 8bef0e6298f446ecc41f4277b7b7237849140b18 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sat, 10 Nov 2018 13:09:01 -0800 Subject: [PATCH] Add GpioPadName_ButtonVol[UpDown] --- nx/include/switch/services/gpio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nx/include/switch/services/gpio.h b/nx/include/switch/services/gpio.h index bf89952c..271582f2 100644 --- a/nx/include/switch/services/gpio.h +++ b/nx/include/switch/services/gpio.h @@ -10,6 +10,8 @@ typedef enum { GpioPadName_AudioCodec = 1, + GpioPadName_ButtonVolUp = 25, + GpioPadName_ButtonVolDown = 26, } GpioPadName; typedef struct {