mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 05:06:42 +00:00
Merge pull request #4351 from leoetlino/no-idea-device
IPC_HLE: Remove unused _Unimplemented_Device_ device
This commit is contained in:
commit
472d5078e6
1 changed files with 0 additions and 1 deletions
|
@ -164,7 +164,6 @@ void Reinit()
|
|||
AddDevice<CWII_IPC_HLE_Device_stub>("/dev/usb/hid");
|
||||
#endif
|
||||
AddDevice<CWII_IPC_HLE_Device_stub>("/dev/usb/oh1");
|
||||
AddDevice<IWII_IPC_HLE_Device>("_Unimplemented_Device_");
|
||||
}
|
||||
|
||||
void Init()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue