Преглед изворни кода

Merge pull request #2507 from jfmherokiller/keyidchange

removal of the -1 case in the configure_input switch
bunnei пре 9 година
родитељ
комит
c330dcd3fd
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/citra_qt/configure_input.cpp

+ 0 - 1
src/citra_qt/configure_input.cpp

@@ -17,7 +17,6 @@ static QString getKeyName(Qt::Key key_code) {
     case Qt::Key_Alt:
         return QObject::tr("Alt");
     case Qt::Key_Meta:
-    case -1:
         return "";
     default:
         return QKeySequence(key_code).toString();