mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-07 18:19:43 +00:00
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; }
|
|
}
|
|
} |