settings: Fix Debug controller type options

This commit is contained in:
german77
2021-10-31 10:41:44 -05:00
committed by Narr the Reg
parent 2b1b0c2a30
commit 730f078302
13 changed files with 77 additions and 95 deletions

View File

@ -38,8 +38,6 @@ const std::array<std::string, ConfigureInputPlayer::ANALOG_SUB_BUTTONS_NUM>
namespace {
constexpr std::size_t HANDHELD_INDEX = 8;
QString GetKeyName(int key_code) {
switch (key_code) {
case Qt::Key_Shift: