diff options
| author | Leo Lam <leolino.lam@gmail.com> | 2017-05-26 10:23:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-26 10:23:03 +0200 |
| commit | f4190ab1c4e6092a679664358ff6497fcc2905e6 (patch) | |
| tree | 5d8caf4ee9680d5a03e41d655e6ee9f4c43db9cf /Source/Core/DolphinNoGUI/MainNoGUI.cpp | |
| parent | 933767f1bdbf47e3c4debc009e611152bdb06352 (diff) | |
| parent | 2d75a994264de2ac2659c112ff7bf56518388e9b (diff) | |
Merge pull request #5465 from sepalani/gc-bios
Tools: Load GameCube BIOS added
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
| -rw-r--r-- | Source/Core/DolphinNoGUI/MainNoGUI.cpp | 2 |
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; |
