Fix input in SMO
Unsure if this will break other games though. Please test. :)
This commit is contained in:
parent
49ed4ec0ec
commit
7be13f300d
1 changed files with 2 additions and 3 deletions
|
@ -131,8 +131,7 @@ namespace Ryujinx.HLE.Input
|
|||
long BaseControllerOffset = Position + HidControllersOffset + 8 * HidControllerSize;
|
||||
|
||||
HidControllerType Type =
|
||||
HidControllerType.ControllerType_Handheld |
|
||||
HidControllerType.ControllerType_JoyconPair;
|
||||
HidControllerType.ControllerType_Handheld;
|
||||
|
||||
bool IsHalf = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue