mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-27 13:44:15 +01:00
- very minor code clean up
This commit is contained in:
parent
4c804ffe17
commit
2800366e7b
@ -182,7 +182,6 @@ void CMenu::_showCF(bool refreshList)
|
|||||||
if(romsPartition < 0)
|
if(romsPartition < 0)
|
||||||
romsPartition = m_cfg.getInt(PLUGIN_DOMAIN, "partition", 0);
|
romsPartition = m_cfg.getInt(PLUGIN_DOMAIN, "partition", 0);
|
||||||
Pth = wstringEx(fmt("%s:/%s", DeviceName[romsPartition], m_plugin.GetRomDir(i)));
|
Pth = wstringEx(fmt("%s:/%s", DeviceName[romsPartition], m_plugin.GetRomDir(i)));
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user