Tools: Load GameCube BIOS added

This commit is contained in:
Sepalani
2017-05-21 20:52:44 +01:00
parent 643b218c1d
commit 95ea721f06
11 changed files with 57 additions and 12 deletions

View File

@ -277,7 +277,10 @@ bool CBoot::BootUp()
{
SConfig& _StartupPara = SConfig::GetInstance();
NOTICE_LOG(BOOT, "Booting %s", _StartupPara.m_strFilename.c_str());
if (_StartupPara.m_BootType == SConfig::BOOT_BS2)
NOTICE_LOG(BOOT, "Booting %s", _StartupPara.m_strBootROM.c_str());
else
NOTICE_LOG(BOOT, "Booting %s", _StartupPara.m_strFilename.c_str());
g_symbolDB.Clear();