From f17ec495fdc86e50734b003217750c6d45a975a4 Mon Sep 17 00:00:00 2001 From: dborth Date: Thu, 11 Mar 2010 18:18:14 +0000 Subject: [PATCH] --- source/ngc/vba.cpp | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/source/ngc/vba.cpp b/source/ngc/vba.cpp index b25af1f..dc84d26 100644 --- a/source/ngc/vba.cpp +++ b/source/ngc/vba.cpp @@ -291,12 +291,15 @@ int main(int argc, char *argv[]) if(IOS_GetVersion() != 202 && FindIOS(202)) IOS_ReloadIOS(202); - DI_LoadDVDX(false); - DI_Init(); - - // load usb2 driver - if(mload_init() >= 0 && load_ehci_module()) - USB2Enable(true); + if(IOS_GetVersion() == 202) + { + DI_LoadDVDX(false); + DI_Init(); + + // load usb2 driver + if(mload_init() >= 0 && load_ehci_module()) + USB2Enable(true); + } #endif InitDeviceThread();