summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI/MainNoGUI.cpp
diff options
context:
space:
mode:
authorSepalani <sepalani@hotmail.fr>2017-05-21 20:52:44 +0100
committerSepalani <sepalani@hotmail.fr>2017-05-22 22:44:21 +0100
commit95ea721f0615240cfe12ec6e10fe4e912780da73 (patch)
tree68c3cde3b7ba4be7d454324b910d4c28d00dbbda /Source/Core/DolphinNoGUI/MainNoGUI.cpp
parent643b218c1dbc26f619b2ed6dac29925bab85fccc (diff)
Tools: Load GameCube BIOS added
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
-rw-r--r--Source/Core/DolphinNoGUI/MainNoGUI.cpp2
1 files changed, 1 insertions, 1 deletions
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;