aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx/Ui/Windows/ControllerWindow.cs
diff options
context:
space:
mode:
authorTSR Berry <20988865+TSRBerry@users.noreply.github.com>2023-10-21 15:19:21 +0200
committerTSR Berry <20988865+TSRBerry@users.noreply.github.com>2023-10-21 15:19:21 +0200
commit638be5f296bf52943da4366699d33f1e8656e00c (patch)
tree7c30a2d1fc44283846b67d98928e5f628222e3c6 /src/Ryujinx/Ui/Windows/ControllerWindow.cs
parent49b37550cae6b3c69f59a9c7a44b17e3c12a813b (diff)
Revert "Ava UI: Input Menu Refactor (#4998)"1.1.1059
This reverts commit 49b37550cae6b3c69f59a9c7a44b17e3c12a813b. This currently breaks the GTK GUI.
Diffstat (limited to 'src/Ryujinx/Ui/Windows/ControllerWindow.cs')
-rw-r--r--src/Ryujinx/Ui/Windows/ControllerWindow.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx/Ui/Windows/ControllerWindow.cs b/src/Ryujinx/Ui/Windows/ControllerWindow.cs
index 52cad5c8..ebf22ab6 100644
--- a/src/Ryujinx/Ui/Windows/ControllerWindow.cs
+++ b/src/Ryujinx/Ui/Windows/ControllerWindow.cs
@@ -893,7 +893,7 @@ namespace Ryujinx.Ui.Windows
}
}
- string pressedButton = assigner.GetPressedButton().ToString();
+ string pressedButton = assigner.GetPressedButton();
Application.Invoke(delegate
{