358a781639
* Initial GTK implementation * Less messy and Avalonia imp * Move clamping to HLE and streamline imps * Make viewmodel update consistent * Fix rebase and add an english locale. Co-authored-by: Mary-nyan <mary@mary.zone>
16 lines
No EOL
268 B
C#
16 lines
No EOL
268 B
C#
namespace Ryujinx.Ava.Common
|
|
{
|
|
public enum KeyboardHotkeyState
|
|
{
|
|
None,
|
|
ToggleVSync,
|
|
Screenshot,
|
|
ShowUi,
|
|
Pause,
|
|
ToggleMute,
|
|
ResScaleUp,
|
|
ResScaleDown,
|
|
VolumeUp,
|
|
VolumeDown
|
|
}
|
|
} |