aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/applets/controller.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-04-13 10:05:07 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-04-13 10:05:07 -0400
commit10ca4c949073726c2c2170fc5acc8f3e713f2a93 (patch)
tree3c206c56268ada3d09375d8d1720474f632b658e /src/yuzu/applets/controller.h
parent335a3cc115535d73974cf4e626599bb555f64d0f (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.h3
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();