Merge pull request #2606 from wwylele/ir

ir: implement circle pad pro
This commit is contained in:
bunnei 2017-05-03 22:34:12 -04:00 committed by GitHub
commit de1b6cc695
7 changed files with 762 additions and 51 deletions

View file

@ -102,14 +102,8 @@ ConfigureInput::ConfigureInput(QWidget* parent)
this->loadConfiguration();
// TODO(wwylele): enable these when the input emulation for them is implemented
ui->buttonZL->setEnabled(false);
ui->buttonZR->setEnabled(false);
// TODO(wwylele): enable this when we actually emulate it
ui->buttonHome->setEnabled(false);
ui->buttonCStickUp->setEnabled(false);
ui->buttonCStickDown->setEnabled(false);
ui->buttonCStickLeft->setEnabled(false);
ui->buttonCStickRight->setEnabled(false);
}
void ConfigureInput::applyConfiguration() {