From 0b78386044690ec1ba3869f413d7774a9bd59a63 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 8 Apr 2017 18:48:59 +0200 Subject: [PATCH] Boot: Allow setting a default ISO for Wii DOLs I have no idea why there was a special case preventing this... --- Source/Core/Core/Boot/Boot.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Source/Core/Core/Boot/Boot.cpp b/Source/Core/Core/Boot/Boot.cpp index f69a8c794f..b669b44b2c 100644 --- a/Source/Core/Core/Boot/Boot.cpp +++ b/Source/Core/Core/Boot/Boot.cpp @@ -334,13 +334,8 @@ bool CBoot::BootUp() PanicAlertT("Warning - starting DOL in wrong console mode!"); } - if (dolWii) - { - } - else if (!_StartupPara.m_strDefaultISO.empty()) - { + if (!_StartupPara.m_strDefaultISO.empty()) DVDInterface::SetVolumeName(_StartupPara.m_strDefaultISO); - } if (!_StartupPara.m_strDVDRoot.empty()) {