mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
nsyshid: Make Libusb the Windows backend (#1471)
This commit is contained in:
parent
8dd809d725
commit
0a59085021
15 changed files with 412 additions and 773 deletions
|
@ -426,7 +426,7 @@ namespace nsyshid
|
|||
|
||||
bool DimensionsToypadDevice::GetDescriptor(uint8 descType,
|
||||
uint8 descIndex,
|
||||
uint8 lang,
|
||||
uint16 lang,
|
||||
uint8* output,
|
||||
uint32 outputMaxLength)
|
||||
{
|
||||
|
@ -489,6 +489,13 @@ namespace nsyshid
|
|||
return true;
|
||||
}
|
||||
|
||||
bool DimensionsToypadDevice::SetIdle(uint8 ifIndex,
|
||||
uint8 reportId,
|
||||
uint8 duration)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool DimensionsToypadDevice::SetProtocol(uint8 ifIndex, uint8 protocol)
|
||||
{
|
||||
cemuLog_log(LogType::Force, "Toypad Protocol");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue