Merge pull request #4351 from leoetlino/no-idea-device

IPC_HLE: Remove unused _Unimplemented_Device_ device
This commit is contained in:
shuffle2 2016-10-15 22:35:10 -07:00 committed by GitHub
commit 472d5078e6
1 changed files with 0 additions and 1 deletions

View File

@ -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()