Removed unnecessary debug key abbreviations

This commit is contained in:
RicBent 2018-12-28 13:33:54 -06:00
parent 403d2f0058
commit 446b614409
4 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ enum Values {
R,
Start,
Select,
Dbg,
Debug,
ZL,
ZR,
@ -73,7 +73,7 @@ static const std::array<const char*, NumButtons> mapping = {{
"button_r",
"button_start",
"button_select",
"button_dbg",
"button_debug",
"button_zl",
"button_zr",
"button_home",