mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 13:17:58 -05:00
core: hid: Split SL and SR buttons
This commit is contained in:
@ -29,12 +29,15 @@ enum Values : int {
|
||||
DRight,
|
||||
DDown,
|
||||
|
||||
SL,
|
||||
SR,
|
||||
SLLeft,
|
||||
SRLeft,
|
||||
|
||||
Home,
|
||||
Screenshot,
|
||||
|
||||
SLRight,
|
||||
SRRight,
|
||||
|
||||
NumButtons,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user