core: hid: Split SL and SR buttons

This commit is contained in:
german77
2023-11-11 20:54:06 -06:00
parent 767c4b5a99
commit ae57a99d7d
13 changed files with 382 additions and 185 deletions

View File

@ -29,12 +29,15 @@ enum Values : int {
DRight,
DDown,
SL,
SR,
SLLeft,
SRLeft,
Home,
Screenshot,
SLRight,
SRRight,
NumButtons,
};