From 95ea721f0615240cfe12ec6e10fe4e912780da73 Mon Sep 17 00:00:00 2001 From: Sepalani Date: Sun, 21 May 2017 20:52:44 +0100 Subject: Tools: Load GameCube BIOS added --- Source/Core/DolphinNoGUI/MainNoGUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp') diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index ce296251ed..9e4eb3e433 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -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; -- cgit v1.2.3