mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 04:37:02 +00:00
* Improvements to input and input configuration in the GUI * Requested changes * nits * more nits
9 lines
No EOL
174 B
C#
9 lines
No EOL
174 B
C#
using Ryujinx.Configuration.Hid;
|
|
|
|
namespace Ryujinx.Common.Configuration.Hid
|
|
{
|
|
public struct KeyboardHotkeys
|
|
{
|
|
public Key ToggleVsync { get; set; }
|
|
}
|
|
} |