-made return to wiiflow from emulator faster and safer, no more codedumps

should come anymore
This commit is contained in:
fix94.1 2012-04-08 22:05:37 +00:00
parent f4fd3598d0
commit 09a929a85c

View File

@ -225,12 +225,15 @@ int CMenu::main(void)
m_gameList.Update();
}
_loadList();
if(m_Emulator_boot)
{
_loadCFLayout(m_cfg.getInt(_domainFromView(), "last_cf_mode", 1));
m_cf.applySettings();
}
_showMain();
m_curGameId.clear();
_initCF();
if(m_Emulator_boot)
LoadView();
lwp_t coverStatus = LWP_THREAD_NULL;
unsigned int stack_size = (unsigned int)32768;