summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_debug_controller.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-08-15 15:26:29 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-08-26 02:32:32 -0400
commitefa0b7a056b73dffb8789c95ebf8a9c09e55f539 (patch)
tree52d74b2708105c14c086cddafed83b6f4eb98f7c /src/yuzu/configuration/configure_debug_controller.h
parentfc505110f1860afcd774e7f9b3ac2e136eb22571 (diff)
Address feedback
Diffstat (limited to 'src/yuzu/configuration/configure_debug_controller.h')
-rw-r--r--src/yuzu/configuration/configure_debug_controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/configuration/configure_debug_controller.h b/src/yuzu/configuration/configure_debug_controller.h
index df359a4f3..36475bbea 100644
--- a/src/yuzu/configuration/configure_debug_controller.h
+++ b/src/yuzu/configuration/configure_debug_controller.h
@@ -27,7 +27,7 @@ private:
void changeEvent(QEvent* event) override;
void RetranslateUI();
- ConfigureInputPlayer* debug_controller;
-
std::unique_ptr<Ui::ConfigureDebugController> ui;
+
+ ConfigureInputPlayer* debug_controller;
};