Move InitXboxControllerHostBridge call into XInitDevices patch function

This commit is contained in:
RadWolfie 2018-07-01 21:54:14 -05:00
parent 10a0b09d3d
commit ead81d785c
1 changed files with 4 additions and 2 deletions

View File

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