mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 16:58:52 -05:00
configure_input_simple: Properly signal docked mode change
This commit is contained in:
@ -20,6 +20,8 @@ namespace Ui {
|
||||
class ConfigureInput;
|
||||
}
|
||||
|
||||
void OnDockedModeChanged(bool last_state, bool new_state);
|
||||
|
||||
class ConfigureInput : public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
@ -33,8 +35,6 @@ public:
|
||||
private:
|
||||
void updateUIEnabled();
|
||||
|
||||
void OnDockedModeChanged(bool last_state, bool new_state);
|
||||
|
||||
/// Load configuration settings.
|
||||
void loadConfiguration();
|
||||
/// Restore all buttons to their default values.
|
||||
|
Reference in New Issue
Block a user