mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
Added struct _DS4_SUBMIT_REPORT_EX
This commit is contained in:
@@ -939,6 +939,11 @@ VIGEM_ERROR vigem_target_ds4_update(
|
||||
return VIGEM_ERROR_NONE;
|
||||
}
|
||||
|
||||
VIGEM_ERROR vigem_target_ds4_update_ex(PVIGEM_CLIENT vigem, PVIGEM_TARGET target, PUCHAR report)
|
||||
{
|
||||
return VIGEM_API VIGEM_ERROR();
|
||||
}
|
||||
|
||||
ULONG vigem_target_get_index(PVIGEM_TARGET target)
|
||||
{
|
||||
return target->SerialNo;
|
||||
|
||||
Reference in New Issue
Block a user