mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-27 13:44:15 +01:00
-added new option in [DML] section, always_show_button to
give possibility to enter DML coverflow view even if DML is not present
This commit is contained in:
parent
3718e76bdc
commit
380b35aebf
@ -1861,6 +1861,12 @@ void CMenu::UpdateCache(u32 view)
|
||||
|
||||
bool CMenu::MIOSisDML()
|
||||
{
|
||||
if(m_cfg.getBool("DML", "always_show_button", false))
|
||||
{
|
||||
gprintf("Force enabling DML view\n");
|
||||
return true;
|
||||
}
|
||||
|
||||
u32 length;
|
||||
if( ES_GetStoredTMDSize( 0x100000101LL, &length ) < 0 )
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user