mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Merge pull request #4351 from leoetlino/no-idea-device
IPC_HLE: Remove unused _Unimplemented_Device_ device
This commit is contained in:
@ -164,7 +164,6 @@ void Reinit()
|
|||||||
AddDevice<CWII_IPC_HLE_Device_stub>("/dev/usb/hid");
|
AddDevice<CWII_IPC_HLE_Device_stub>("/dev/usb/hid");
|
||||||
#endif
|
#endif
|
||||||
AddDevice<CWII_IPC_HLE_Device_stub>("/dev/usb/oh1");
|
AddDevice<CWII_IPC_HLE_Device_stub>("/dev/usb/oh1");
|
||||||
AddDevice<IWII_IPC_HLE_Device>("_Unimplemented_Device_");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Init()
|
void Init()
|
||||||
|
Reference in New Issue
Block a user