mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-06 03:12:15 +02:00
Add GpioPadName_ButtonVol[UpDown]
This commit is contained in:
parent
4a87543ec3
commit
ac7393c40c
@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
GpioPadName_AudioCodec = 1,
|
GpioPadName_AudioCodec = 1,
|
||||||
|
GpioPadName_ButtonVolUp = 25,
|
||||||
|
GpioPadName_ButtonVolDown = 26,
|
||||||
} GpioPadName;
|
} GpioPadName;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user