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