KeyboardHotkeys.cs 184 B

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