mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-11 19:39:09 +01:00
-dont deinit isfs for homebrew programs which are for some reason
unable to init it again :P
This commit is contained in:
parent
07fbb21f3b
commit
e28b91f536
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user