mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-11 12:47:51 +02: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