mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-27 13:44:15 +01:00
-fixed sync issue hopefully for more people
(we dont need to init nand emu on wiiflow boot)
This commit is contained in:
parent
27f5d760dc
commit
2aa3cca32c
@ -188,10 +188,9 @@ void CMenu::init(void)
|
||||
}
|
||||
|
||||
m_show_dml = MIOSisDML();
|
||||
Nand::Instance()->Init(m_cfg.getString("NAND", "path", "").c_str(),
|
||||
m_cfg.getInt("NAND", "partition", 0),
|
||||
m_cfg.getBool("NAND", "disable", true)
|
||||
);
|
||||
m_cfg.getString("NAND", "path", "").c_str();
|
||||
m_cfg.getInt("NAND", "partition", 0);
|
||||
m_cfg.getBool("NAND", "disable", true);
|
||||
|
||||
_load_installed_cioses();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user