using System; namespace Ryujinx.HLE.Input { [Flags] public enum HidHotkeyButtons { ToggleVSync = 1 << 0, } }