-fixed sync issue hopefully for more people

(we dont need to init nand emu on wiiflow boot)
This commit is contained in:
fix94.1 2012-02-05 14:38:14 +00:00
parent 27f5d760dc
commit 2aa3cca32c

View File

@ -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();