mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Tools: Load GameCube BIOS added
This commit is contained in:
@ -422,7 +422,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
DolphinAnalytics::Instance()->ReportDolphinStart("nogui");
|
||||
|
||||
if (!BootManager::BootCore(boot_filename))
|
||||
if (!BootManager::BootCore(boot_filename, SConfig::BOOT_DEFAULT))
|
||||
{
|
||||
fprintf(stderr, "Could not boot %s\n", boot_filename.c_str());
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user