KeyboardHotkeys.cs 140 B

1234567
  1. namespace Ryujinx.Common.Configuration.Hid
  2. {
  3. public struct KeyboardHotkeys
  4. {
  5. public Key ToggleVsync { get; set; }
  6. }
  7. }