mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 09:49:16 +01:00
Exit GetPadDetailForIdx after processing null reference
This commit is contained in:
parent
cc23f7af0b
commit
192dedcbc3
@ -75,7 +75,7 @@ namespace DS4Windows
|
|||||||
meta.Model = DsModel.None;
|
meta.Model = DsModel.None;
|
||||||
meta.BatteryStatus = 0;
|
meta.BatteryStatus = 0;
|
||||||
meta.IsActive = false;
|
meta.IsActive = false;
|
||||||
|
return;
|
||||||
//return meta;
|
//return meta;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user