mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 04:08:35 +00:00
886e42fb19
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.
8 lines
134 B
C#
8 lines
134 B
C#
namespace Ryujinx.Configuration.Hid
|
|
{
|
|
public struct KeyboardHotkeys
|
|
{
|
|
public Key ToggleVsync { get; set; }
|
|
}
|
|
}
|