summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-06-19 14:38:49 -0500
committerMonsterDruide1 <5958456@gmail.com>2021-09-18 23:22:30 +0200
commitc01a872c8efa90065b6ba1a74079ddf6ec12058f (patch)
treed441117b0d133bff32b39f5060b31db57bc0413f /src/yuzu/debugger
parent4297d2fea2228ff4afe2a7c244fb8b3f1a97491a (diff)
config: Move TAS options to it's own menu
Diffstat (limited to 'src/yuzu/debugger')
-rw-r--r--src/yuzu/debugger/controller.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/debugger/controller.h b/src/yuzu/debugger/controller.h
index 659923e1b..f2f6653f7 100644
--- a/src/yuzu/debugger/controller.h
+++ b/src/yuzu/debugger/controller.h
@@ -25,7 +25,6 @@ struct ControllerInput {
struct ControllerCallback {
std::function<void(ControllerInput)> input;
- std::function<void()> update;
};
class ControllerDialog : public QWidget {