From 46ffc81d90bd3a8f2d24c2997166d22f12ecbbb6 Mon Sep 17 00:00:00 2001 From: ooa113y <13thSlayer@gmail.com> Date: Thu, 5 Aug 2021 00:28:19 +0300 Subject: Hide UI rework/arrow key fix (#2504) * Unbreak arrow keys * Use bitshift for Flags instead of literal --- Ryujinx.Common/Configuration/Hid/KeyboardHotkeys.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Ryujinx.Common/Configuration') diff --git a/Ryujinx.Common/Configuration/Hid/KeyboardHotkeys.cs b/Ryujinx.Common/Configuration/Hid/KeyboardHotkeys.cs index 47772ea8..38f5ad36 100644 --- a/Ryujinx.Common/Configuration/Hid/KeyboardHotkeys.cs +++ b/Ryujinx.Common/Configuration/Hid/KeyboardHotkeys.cs @@ -4,5 +4,6 @@ { public Key ToggleVsync { get; set; } public Key Screenshot { get; set; } + public Key ShowUi { get; set; } } -} \ No newline at end of file +} -- cgit v1.2.3