-hopefully fixed a homebrew loading bug

This commit is contained in:
fix94.1 2013-01-19 15:12:24 +00:00
parent 69053ef561
commit 28900c6ca2
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

View File

@ -961,6 +961,7 @@ void CMenu::_launchHomebrew(const char *filepath, vector<string> arguments)
Playlog_Delete(); Playlog_Delete();
cleanup(); // wifi and sd gecko doesnt work anymore after cleanup cleanup(); // wifi and sd gecko doesnt work anymore after cleanup
loadIOS(58, true);
LoadHomebrew(filepath); LoadHomebrew(filepath);
AddBootArgument(filepath); AddBootArgument(filepath);
@ -969,7 +970,6 @@ void CMenu::_launchHomebrew(const char *filepath, vector<string> arguments)
gprintf("Argument: %s\n", arguments[i].c_str()); gprintf("Argument: %s\n", arguments[i].c_str());
AddBootArgument(arguments[i].c_str()); AddBootArgument(arguments[i].c_str());
} }
loadIOS(58, false);
ShutdownBeforeExit(); ShutdownBeforeExit();
BootHomebrew(); BootHomebrew();
} }