Added Debug Button
This commit is contained in:
parent
3989c17cb0
commit
403d2f0058
7 changed files with 12 additions and 4 deletions
|
@ -38,6 +38,7 @@ enum Values {
|
|||
R,
|
||||
Start,
|
||||
Select,
|
||||
Dbg,
|
||||
|
||||
ZL,
|
||||
ZR,
|
||||
|
@ -72,6 +73,7 @@ static const std::array<const char*, NumButtons> mapping = {{
|
|||
"button_r",
|
||||
"button_start",
|
||||
"button_select",
|
||||
"button_dbg",
|
||||
"button_zl",
|
||||
"button_zr",
|
||||
"button_home",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue