Move InitXboxControllerHostBridge call into XInitDevices patch function
This commit is contained in:
parent
10a0b09d3d
commit
ead81d785c
|
@ -257,8 +257,7 @@ void SetupXboxDeviceTypes()
|
|||
return;
|
||||
}
|
||||
|
||||
printf("XAPI: XDEVICE_TYPE_GAMEPAD Found at 0x%08X\n", gDeviceType_Gamepad);
|
||||
InitXboxControllerHostBridge();
|
||||
printf("XAPI: XDEVICE_TYPE_GAMEPAD Found at 0x%08X\n", gDeviceType_Gamepad);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -290,6 +289,9 @@ VOID WINAPI XTL::EMUPATCH(XInitDevices)
|
|||
g_hInputHandle[v] = 0;
|
||||
}
|
||||
*/
|
||||
|
||||
InitXboxControllerHostBridge();
|
||||
|
||||
}
|
||||
|
||||
bool TitleIsJSRF()
|
||||
|
|
Loading…
Reference in New Issue