mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 21:01:44 +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;
|
||||
|
||||
HidControllerType Type =
|
||||
HidControllerType.ControllerType_Handheld;
|
||||
HidControllerType Type = HidControllerType.ControllerType_Handheld;
|
||||
|
||||
bool IsHalf = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue