summaryrefslogtreecommitdiff
path: root/src/core/frontend/applets/controller.h
diff options
context:
space:
mode:
authorGravatar german772023-03-26 21:26:28 -0600
committerGravatar german772023-03-30 07:49:44 -0600
commit11edba4974ab702deb54371bf1bf7644f1dd8e38 (patch)
tree46d733ac751af1426de717991feb1e262bea117b /src/core/frontend/applets/controller.h
parentMerge pull request #9505 from liamwhite/request-exit (diff)
downloadyuzu-11edba4974ab702deb54371bf1bf7644f1dd8e38.tar.gz
yuzu-11edba4974ab702deb54371bf1bf7644f1dd8e38.tar.xz
yuzu-11edba4974ab702deb54371bf1bf7644f1dd8e38.zip
applet: controller: Implement cancel button
Diffstat (limited to 'src/core/frontend/applets/controller.h')
-rw-r--r--src/core/frontend/applets/controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/frontend/applets/controller.h b/src/core/frontend/applets/controller.h
index 5c488387d..19a2db6bf 100644
--- a/src/core/frontend/applets/controller.h
+++ b/src/core/frontend/applets/controller.h
@@ -37,7 +37,7 @@ struct ControllerParameters {
37 37
38class ControllerApplet : public Applet { 38class ControllerApplet : public Applet {
39public: 39public:
40 using ReconfigureCallback = std::function<void()>; 40 using ReconfigureCallback = std::function<void(bool)>;
41 41
42 virtual ~ControllerApplet(); 42 virtual ~ControllerApplet();
43 43