mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Boot: Allow setting a default ISO for Wii DOLs
I have no idea why there was a special case preventing this...
This commit is contained in:
@ -334,13 +334,8 @@ bool CBoot::BootUp()
|
|||||||
PanicAlertT("Warning - starting DOL in wrong console mode!");
|
PanicAlertT("Warning - starting DOL in wrong console mode!");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dolWii)
|
if (!_StartupPara.m_strDefaultISO.empty())
|
||||||
{
|
|
||||||
}
|
|
||||||
else if (!_StartupPara.m_strDefaultISO.empty())
|
|
||||||
{
|
|
||||||
DVDInterface::SetVolumeName(_StartupPara.m_strDefaultISO);
|
DVDInterface::SetVolumeName(_StartupPara.m_strDefaultISO);
|
||||||
}
|
|
||||||
|
|
||||||
if (!_StartupPara.m_strDVDRoot.empty())
|
if (!_StartupPara.m_strDVDRoot.empty())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user