diff options
| author | 2018-11-22 18:26:43 +0100 | |
|---|---|---|
| committer | 2018-11-22 18:26:43 +0100 | |
| commit | c14af2f71d6f85424dc3bcc35621a085a244757e (patch) | |
| tree | b681876ba7dc8dfa242d15fa0083f6cbc0c64883 /src | |
| parent | Automatically disable joycons docked (diff) | |
| download | yuzu-c14af2f71d6f85424dc3bcc35621a085a244757e.tar.gz yuzu-c14af2f71d6f85424dc3bcc35621a085a244757e.tar.xz yuzu-c14af2f71d6f85424dc3bcc35621a085a244757e.zip | |
correct clang-format
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_input.cpp b/src/yuzu/configuration/configure_input.cpp index 2465075af..07092f001 100644 --- a/src/yuzu/configuration/configure_input.cpp +++ b/src/yuzu/configuration/configure_input.cpp | |||
| @@ -96,7 +96,7 @@ void ConfigureInput::OnDockedModeChanged(bool last_state, bool new_state) { | |||
| 96 | if (ui->use_docked_mode->isChecked() && ui->handheld_connected->isChecked()){ | 96 | if (ui->use_docked_mode->isChecked() && ui->handheld_connected->isChecked()){ |
| 97 | ui->handheld_connected->setChecked(false); | 97 | ui->handheld_connected->setChecked(false); |
| 98 | } | 98 | } |
| 99 | 99 | ||
| 100 | if (last_state == new_state) { | 100 | if (last_state == new_state) { |
| 101 | return; | 101 | return; |
| 102 | } | 102 | } |