mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
Implemented new DS4 output report feature
This commit is contained in:
@@ -189,6 +189,11 @@ EXTERN_C NTSTATUS Bus_PlugInDevice(
|
||||
goto pluginEnd;
|
||||
}
|
||||
|
||||
if (plugIn->TargetType == DualShock4Wired)
|
||||
{
|
||||
static_cast<EmulationTargetDS4*>(description.Target)->SetOutputReportNotifyModule(FdoGetData(Device)->UserNotification);
|
||||
}
|
||||
|
||||
status = WdfChildListAddOrUpdateChildDescriptionAsPresent(
|
||||
WdfFdoGetDefaultChildList(Device),
|
||||
&description.Header,
|
||||
|
||||
Reference in New Issue
Block a user