diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-13 10:05:07 -0400 |
|---|---|---|
| committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-13 10:05:07 -0400 |
| commit | 10ca4c949073726c2c2170fc5acc8f3e713f2a93 (patch) | |
| tree | 3c206c56268ada3d09375d8d1720474f632b658e /src/yuzu/applets/controller.h | |
| parent | 335a3cc115535d73974cf4e626599bb555f64d0f (diff) | |
applets/controller: Hook up the "Motion" button functionality
I forgot to hook this up during the development of the controller applet, this PR amends that.
Diffstat (limited to 'src/yuzu/applets/controller.h')
| -rw-r--r-- | src/yuzu/applets/controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/applets/controller.h b/src/yuzu/applets/controller.h index 3518eed56..9b57aea1a 100644 --- a/src/yuzu/applets/controller.h +++ b/src/yuzu/applets/controller.h @@ -51,6 +51,9 @@ private: // Initializes the "Configure Vibration" Dialog. void CallConfigureVibrationDialog(); + // Initializes the "Configure Motion / Touch" Dialog. + void CallConfigureMotionTouchDialog(); + // Initializes the "Create Input Profile" Dialog. void CallConfigureInputProfileDialog(); |
