1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-10-03 04:45:51 -05:00

Revert "Ava UI: Input Menu Refactor (#4998)"

This reverts commit 49b37550ca.

This currently breaks the GTK GUI.
This commit is contained in:
TSR Berry
2023-10-21 15:19:21 +02:00
parent 49b37550ca
commit 638be5f296
30 changed files with 1152 additions and 2916 deletions

View File

@@ -893,7 +893,7 @@ namespace Ryujinx.Ui.Windows
}
}
string pressedButton = assigner.GetPressedButton().ToString();
string pressedButton = assigner.GetPressedButton();
Application.Invoke(delegate
{