- Joined
- Mar 9, 2010
- Messages
- 364
- Reaction score
- 26
- Trophies
- 0
- Age
- 43
- Website
- www.wiiflowiki.com
- XP
- 150
- Country

@Mugotu
How can I edit the default.ini to make 8+8 different views for the other modes (Nand & Homebrew)
Code:
const char *CMenu::_cfDomain(bool selected)
{
if(m_cfg.getBool(_domainFromView(), "seperate_views", m_cfg.getBool(_domainFromView(), "smallbox", m_current_view == COVERFLOW_HOMEBREW)))
{
switch(m_current_view)
{
case COVERFLOW_CHANNEL:
return selected ? "_CHANFLOW_%i_S" : "_CHANFLOW_%i";
case COVERFLOW_HOMEBREW:
return selected ? "_BREWFLOW_%i_S" : "_BREWFLOW_%i";
default:
return selected ? "_COVERFLOW_%i_S" : "_COVERFLOW_%i";
}
}
else return selected ? "_COVERFLOW_%i_S" : "_COVERFLOW_%i";
}
"smallbox" setting will be changing soon to into a multi select feature, since the listing of console emulator roms in coverflow and passing the emulators arguments was what I had said I was working on, I'll need to have different default case sizes for each system.
Not for long.Abdallah, the official forwarders are based off of FIX94v11 source, you might want to search that up.








