diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-10-29 09:13:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-29 09:13:07 -0600 |
commit | 18a4529851e6a56316cad0a22dde098c829907d5 (patch) | |
tree | 6c3d1dc4f197613a11b12c2599a359b32948ed61 /src/yuzu/applets/qt_controller.h | |
parent | 43be2bfe332d5537041262eb08037993239eaf5f (diff) | |
parent | 0b7593d352ce786b2a6d0610b9b921f329b59175 (diff) |
Merge pull request #11803 from flodavid/improve-controller-applet-click
yuzu: Improve behavior when clicking on controller box in Controller applet
Diffstat (limited to 'src/yuzu/applets/qt_controller.h')
-rw-r--r-- | src/yuzu/applets/qt_controller.h | 4 |
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(); |