-dont deinit isfs for homebrew programs which are for some reason

unable to init it again :P
This commit is contained in:
fix94.1 2012-07-09 21:16:07 +00:00
parent 07fbb21f3b
commit e28b91f536

View File

@ -881,7 +881,7 @@ void CMenu::_launchHomebrew(const char *filepath, vector<string> arguments)
cleanup(); // wifi and sd gecko doesnt work anymore after cleanup
LoadHomebrew(filepath);
ISFS_Deinitialize();
//ISFS_Deinitialize();
USBStorage_Deinit();
AddBootArgument(filepath);
for(u32 i = 0; i < arguments.size(); ++i)