summaryrefslogtreecommitdiffstats
path: root/src/yuzu/applets/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/applets/controller.h')
-rw-r--r--src/yuzu/applets/controller.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/yuzu/applets/controller.h b/src/yuzu/applets/controller.h
index 6ab4bea09..2d6d588c6 100644
--- a/src/yuzu/applets/controller.h
+++ b/src/yuzu/applets/controller.h
@@ -37,6 +37,9 @@ private:
// Applies the current configuration.
void ApplyConfiguration();
+ // Loads the current input configuration into the frontend applet.
+ void LoadConfiguration();
+
// Initializes the "Configure Input" Dialog.
void CallConfigureInputDialog();
@@ -68,9 +71,6 @@ private:
// Disables and disconnects unsupported players based on the given parameters.
void DisableUnsupportedPlayers();
- // Loads the current input configuration into the frontend applet.
- void LoadConfiguration();
-
std::unique_ptr<Ui::QtControllerSelectorDialog> ui;
// Parameters sent in from the backend HLE applet.