From 10ca4c949073726c2c2170fc5acc8f3e713f2a93 Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Tue, 13 Apr 2021 10:05:07 -0400 Subject: 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. --- src/yuzu/applets/controller.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/yuzu/applets/controller.h') 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(); -- cgit v1.2.3