mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
This commit is contained in:
parent
dce315ba8f
commit
3d843f7bf5
@ -393,12 +393,15 @@ main(int argc, char *argv[])
|
|||||||
if(IOS_GetVersion() != 202 && FindIOS(202))
|
if(IOS_GetVersion() != 202 && FindIOS(202))
|
||||||
IOS_ReloadIOS(202);
|
IOS_ReloadIOS(202);
|
||||||
|
|
||||||
|
if(IOS_GetVersion() == 202)
|
||||||
|
{
|
||||||
DI_LoadDVDX(false);
|
DI_LoadDVDX(false);
|
||||||
DI_Init();
|
DI_Init();
|
||||||
|
|
||||||
// load usb2 driver
|
// load usb2 driver
|
||||||
if(mload_init() >= 0 && load_ehci_module())
|
if(mload_init() >= 0 && load_ehci_module())
|
||||||
USB2Enable(true);
|
USB2Enable(true);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
InitDeviceThread();
|
InitDeviceThread();
|
||||||
|
Loading…
Reference in New Issue
Block a user