mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-09 01:51:43 +00:00
Neatness counts
This commit is contained in:
parent
39b8e6bc37
commit
274c996ff1
1 changed files with 1 additions and 2 deletions
|
@ -130,8 +130,7 @@ namespace Ryujinx.HLE.Input
|
||||||
{
|
{
|
||||||
long BaseControllerOffset = Position + HidControllersOffset + 8 * HidControllerSize;
|
long BaseControllerOffset = Position + HidControllersOffset + 8 * HidControllerSize;
|
||||||
|
|
||||||
HidControllerType Type =
|
HidControllerType Type = HidControllerType.ControllerType_Handheld;
|
||||||
HidControllerType.ControllerType_Handheld;
|
|
||||||
|
|
||||||
bool IsHalf = false;
|
bool IsHalf = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue