Fix 2 other nits
This commit is contained in:
parent
babf9087ad
commit
8d1742c841
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ namespace Ryujinx.HLE.Input
|
||||||
{
|
{
|
||||||
public struct HidKeyboard
|
public struct HidKeyboard
|
||||||
{
|
{
|
||||||
public int Modifier;
|
public int Modifier;
|
||||||
public int[] Keys;
|
public int[] Keys;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -180,7 +180,7 @@ namespace Ryujinx
|
||||||
hidKeyboard = new HidKeyboard
|
hidKeyboard = new HidKeyboard
|
||||||
{
|
{
|
||||||
Modifier = 0,
|
Modifier = 0,
|
||||||
Keys = new int[0x8]
|
Keys = new int[0x8]
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue