0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2024-12-24 00:25:48 +00:00
Ryujinx/Ryujinx.Common/Configuration/Hid/KeyboardHotkeys.cs

8 lines
134 B
C#
Raw Normal View History

namespace Ryujinx.Configuration.Hid
{
public struct KeyboardHotkeys
{
public Key ToggleVsync { get; set; }
}
}