mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-10 12:49:13 +00:00
Old man yells at formatter
This commit is contained in:
parent
a6c066ea38
commit
6846f23c62
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ namespace Ryujinx.Input
|
||||||
|
|
||||||
public struct ButtonValue
|
public struct ButtonValue
|
||||||
{
|
{
|
||||||
public ButtonValueType Type;
|
private ButtonValueType Type;
|
||||||
public uint RawValue;
|
private uint RawValue;
|
||||||
|
|
||||||
public ButtonValue(Key key)
|
public ButtonValue(Key key)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue