mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-23 08:46:26 -05:00
This reverts commit 85dbb9559a
.
This commit is contained in:
@@ -164,14 +164,14 @@ namespace Ryujinx
|
||||
|
||||
leftJoystick = new HidJoystickPosition
|
||||
{
|
||||
Dx = leftJoystickDx,
|
||||
Dy = leftJoystickDy
|
||||
DX = leftJoystickDx,
|
||||
DY = leftJoystickDy
|
||||
};
|
||||
|
||||
rightJoystick = new HidJoystickPosition
|
||||
{
|
||||
Dx = rightJoystickDx,
|
||||
Dy = rightJoystickDy
|
||||
DX = rightJoystickDx,
|
||||
DY = rightJoystickDy
|
||||
};
|
||||
|
||||
bool hasTouch = false;
|
||||
|
Reference in New Issue
Block a user