mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-24 22:40:19 +00:00
This remove Utf8son and JsonPrettyPrinter dependencies. NOTE: the standard JSON parser doesn't support configurable indentation, as a result, all the pretty printed JSON are indented with 2 spaces.
7 lines
134 B
C#
7 lines
134 B
C#
namespace Ryujinx.Configuration.Hid
|
|
{
|
|
public struct KeyboardHotkeys
|
|
{
|
|
public Key ToggleVsync { get; set; }
|
|
}
|
|
}
|