Move solution and projects to src
This commit is contained in:
16
src/Ryujinx.Ava/Common/KeyboardHotkeyState.cs
Normal file
16
src/Ryujinx.Ava/Common/KeyboardHotkeyState.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace Ryujinx.Ava.Common
|
||||
{
|
||||
public enum KeyboardHotkeyState
|
||||
{
|
||||
None,
|
||||
ToggleVSync,
|
||||
Screenshot,
|
||||
ShowUi,
|
||||
Pause,
|
||||
ToggleMute,
|
||||
ResScaleUp,
|
||||
ResScaleDown,
|
||||
VolumeUp,
|
||||
VolumeDown
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user