configure_input: Make None a controller option instead of checkbox

This commit is contained in:
Zach Hilman 2018-11-04 10:18:59 -05:00
parent 2d8a5a4e9b
commit b131a4bbb2
11 changed files with 150 additions and 154 deletions

View file

@ -30,6 +30,7 @@ class ConfigureInputPlayer : public QDialog {
public:
explicit ConfigureInputPlayer(QWidget* parent, u8 player_index, bool debug = false);
~ConfigureInputPlayer() override;
/// Save all button configurations to settings file
void applyConfiguration();