mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-27 21:54:15 +01:00
- missed one in last commit
This commit is contained in:
parent
e53bb43cb9
commit
e246276188
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 3.4 MiB |
@ -669,7 +669,7 @@ bool CMenu::_Source()
|
|||||||
m_source.unload();
|
m_source.unload();
|
||||||
m_source.load(fmt("%s/%s", m_sourceDir.c_str(), fn.c_str()));
|
m_source.load(fmt("%s/%s", m_sourceDir.c_str(), fn.c_str()));
|
||||||
fn.replace(fn.find("."), 4, "_flow");
|
fn.replace(fn.find("."), 4, "_flow");
|
||||||
curflow = m_source.getInt(SOURCEFLOW_DOMAIN, fn, m_cfg.getInt(SOURCEFLOW_DOMAIN, "last_cf_mode", 1));
|
curflow = m_cfg.getInt(SOURCEFLOW_DOMAIN, fn, m_cfg.getInt(SOURCEFLOW_DOMAIN, "last_cf_mode", 1));
|
||||||
exitSource = false;
|
exitSource = false;
|
||||||
updateSource = true;
|
updateSource = true;
|
||||||
curPage = 1;
|
curPage = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user