mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-27 09:01:48 +01:00
parent
56c4a1143e
commit
c727dcc015
@ -3889,9 +3889,9 @@ namespace DS4Windows
|
|||||||
containsCustomAction[device] = HasCustomActions(device);
|
containsCustomAction[device] = HasCustomActions(device);
|
||||||
containsCustomExtras[device] = HasCustomExtras(device);
|
containsCustomExtras[device] = HasCustomExtras(device);
|
||||||
|
|
||||||
if (device < 4)
|
if (device < 4 && control.touchPad[device] != null)
|
||||||
{
|
{
|
||||||
Program.rootHub.touchPad[device]?.ResetToggleGyroM();
|
control.touchPad[device]?.ResetToggleGyroM();
|
||||||
GyroOutMode currentGyro = gyroOutMode[device];
|
GyroOutMode currentGyro = gyroOutMode[device];
|
||||||
if (currentGyro == GyroOutMode.Mouse)
|
if (currentGyro == GyroOutMode.Mouse)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user