mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-07 21:18:34 +00:00
538fba826b
* Improvements to input and input configuration in the GUI * Requested changes * nits * more nits
9 lines
174 B
C#
9 lines
174 B
C#
using Ryujinx.Configuration.Hid;
|
|
|
|
namespace Ryujinx.Common.Configuration.Hid
|
|
{
|
|
public struct KeyboardHotkeys
|
|
{
|
|
public Key ToggleVsync { get; set; }
|
|
}
|
|
} |