Added Debug Button

This commit is contained in:
RicBent 2018-12-28 12:47:50 -06:00
parent 3989c17cb0
commit 403d2f0058
7 changed files with 12 additions and 4 deletions

View file

@ -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",