mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +01:00
*ISFS_Initialize() should still be called after we reload to cIOS (2nd time fix)
This commit is contained in:
parent
4c300161e1
commit
6d80081c04
@ -36,8 +36,7 @@ extern "C"
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
__exception_setreload(5);
|
||||
MEM2_init(52);
|
||||
ISFS_Initialize();
|
||||
MEM2_init(52);
|
||||
|
||||
geckoinit = InitGecko();
|
||||
gprintf(" \nWelcome to %s (%s-r%s)!\nThis is the debug output.\n", APP_NAME, APP_VERSION, SVN_REV);
|
||||
@ -72,10 +71,12 @@ int main(int argc, char **argv)
|
||||
|
||||
// Load Custom IOS
|
||||
bool iosOK = loadIOS(mainIOS, false);
|
||||
|
||||
ISFS_Initialize();
|
||||
|
||||
u8 mainIOSBase = 0;
|
||||
iosOK = iosOK && cIOSInfo::D2X(mainIOS, &mainIOSBase);
|
||||
gprintf("Loaded cIOS: %u has base %u\n", mainIOS, mainIOSBase);
|
||||
gprintf("Loaded cIOS: %u has base %u\n", mainIOS, mainIOSBase);
|
||||
|
||||
Open_Inputs(); //init wiimote early
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user