summaryrefslogtreecommitdiffstats
path: root/src/yuzu/applets/qt_controller.h
diff options
context:
space:
mode:
authorflodavid <fl.david.53@gmail.com>2023-10-15 22:20:37 +0200
committerflodavid <fl.david.53@gmail.com>2023-10-17 23:19:11 +0200
commit0b7593d352ce786b2a6d0610b9b921f329b59175 (patch)
treee3cf90ab59d31729f05197b7c2d3244721565dd8 /src/yuzu/applets/qt_controller.h
parentMerge pull request #11780 from Darkness4/master (diff)
downloadyuzu-0b7593d352ce786b2a6d0610b9b921f329b59175.tar
yuzu-0b7593d352ce786b2a6d0610b9b921f329b59175.tar.gz
yuzu-0b7593d352ce786b2a6d0610b9b921f329b59175.tar.bz2
yuzu-0b7593d352ce786b2a6d0610b9b921f329b59175.tar.lz
yuzu-0b7593d352ce786b2a6d0610b9b921f329b59175.tar.xz
yuzu-0b7593d352ce786b2a6d0610b9b921f329b59175.tar.zst
yuzu-0b7593d352ce786b2a6d0610b9b921f329b59175.zip
Diffstat (limited to 'src/yuzu/applets/qt_controller.h')
-rw-r--r--src/yuzu/applets/qt_controller.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yuzu/applets/qt_controller.h b/src/yuzu/applets/qt_controller.h
index 7f0673d06..e5372495d 100644
--- a/src/yuzu/applets/qt_controller.h
+++ b/src/yuzu/applets/qt_controller.h
@@ -100,6 +100,10 @@ private:
// Updates the console mode.
void UpdateDockedState(bool is_handheld);
+ // Enable preceding controllers or disable following ones
+ void PropagatePlayerNumberChanged(size_t player_index, bool checked,
+ bool reconnect_current = false);
+
// Disables and disconnects unsupported players based on the given parameters.
void DisableUnsupportedPlayers();