namespace Ryujinx.Ava.Common { public enum KeyboardHotkeyState { None, ToggleVSync, Screenshot, ShowUi, Pause, ToggleMute } }