mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 00:47:57 -05:00
configure_input: Make None a controller option instead of checkbox
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user