mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
-made return to wiiflow from emulator faster and safer, no more codedumps
should come anymore
This commit is contained in:
parent
f4fd3598d0
commit
09a929a85c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user