mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-11 03:36:38 +00:00
28618c58d7
* Add internal screenshot capabilities * update version notice
8 lines
No EOL
184 B
C#
8 lines
No EOL
184 B
C#
namespace Ryujinx.Common.Configuration.Hid
|
|
{
|
|
public struct KeyboardHotkeys
|
|
{
|
|
public Key ToggleVsync { get; set; }
|
|
public Key Screenshot { get; set; }
|
|
}
|
|
} |