mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-26 16:41:50 +01:00
parent
56c4a1143e
commit
c727dcc015
@ -3889,9 +3889,9 @@ namespace DS4Windows
|
||||
containsCustomAction[device] = HasCustomActions(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];
|
||||
if (currentGyro == GyroOutMode.Mouse)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user