mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
This commit is contained in:
parent
e2df41dab0
commit
918132acd3
@ -302,12 +302,15 @@ int main(int argc, char *argv[])
|
|||||||
if(IOS_GetVersion() != 202 && FindIOS(202))
|
if(IOS_GetVersion() != 202 && FindIOS(202))
|
||||||
IOS_ReloadIOS(202);
|
IOS_ReloadIOS(202);
|
||||||
|
|
||||||
DI_LoadDVDX(false);
|
if(IOS_GetVersion() == 202)
|
||||||
DI_Init();
|
{
|
||||||
|
DI_LoadDVDX(false);
|
||||||
// load usb2 driver
|
DI_Init();
|
||||||
if(mload_init() >= 0 && load_ehci_module())
|
|
||||||
USB2Enable(true);
|
// load usb2 driver
|
||||||
|
if(mload_init() >= 0 && load_ehci_module())
|
||||||
|
USB2Enable(true);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
InitDeviceThread();
|
InitDeviceThread();
|
||||||
|
Loading…
Reference in New Issue
Block a user