summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-07-10 06:30:58 +0200
committerMonsterDruide1 <5958456@gmail.com>2021-09-18 23:22:57 +0200
commit5401cf6eb583092ed144d0f30fb6221a0ab25fed (patch)
treef4f44714d993387dffc4afbc8346b0cfb9b46b7e /src/yuzu/configuration
parentinput_common/tas: Document the main class (diff)
downloadyuzu-5401cf6eb583092ed144d0f30fb6221a0ab25fed.tar
yuzu-5401cf6eb583092ed144d0f30fb6221a0ab25fed.tar.gz
yuzu-5401cf6eb583092ed144d0f30fb6221a0ab25fed.tar.bz2
yuzu-5401cf6eb583092ed144d0f30fb6221a0ab25fed.tar.lz
yuzu-5401cf6eb583092ed144d0f30fb6221a0ab25fed.tar.xz
yuzu-5401cf6eb583092ed144d0f30fb6221a0ab25fed.tar.zst
yuzu-5401cf6eb583092ed144d0f30fb6221a0ab25fed.zip
Diffstat (limited to 'src/yuzu/configuration')
-rw-r--r--src/yuzu/configuration/configure_input_player_widget.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/yuzu/configuration/configure_input_player_widget.cpp b/src/yuzu/configuration/configure_input_player_widget.cpp
index 38c59263c..da328d904 100644
--- a/src/yuzu/configuration/configure_input_player_widget.cpp
+++ b/src/yuzu/configuration/configure_input_player_widget.cpp
@@ -237,10 +237,6 @@ void PlayerControlPreview::UpdateInput() {
}
}
- if (controller_callback.update != nullptr) {
- controller_callback.update(true);
- }
-
if (mapping_active) {
blink_counter = (blink_counter + 1) % 50;
}