mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Tools: Load GameCube BIOS added
This commit is contained in:
parent
643b218c1d
commit
95ea721f06
11 changed files with 57 additions and 12 deletions
|
@ -268,7 +268,7 @@ void MainWindow::StartGame(const QString& path)
|
|||
return;
|
||||
}
|
||||
// Boot up, show an error if it fails to load the game.
|
||||
if (!BootManager::BootCore(path.toStdString()))
|
||||
if (!BootManager::BootCore(path.toStdString(), SConfig::BOOT_DEFAULT))
|
||||
{
|
||||
QMessageBox::critical(this, tr("Error"), tr("Failed to init core"), QMessageBox::Ok);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue