mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 19:14:20 +01:00
Exit GetPadDetailForIdx after processing null reference
Might be related to issue #326.
This commit is contained in:
parent
8d4c7d0c57
commit
605c700362
@ -64,7 +64,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