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/Android/jni/MainAndroid.cpp | |
| parent | 933767f1bdbf47e3c4debc009e611152bdb06352 (diff) | |
| parent | 2d75a994264de2ac2659c112ff7bf56518388e9b (diff) | |
Merge pull request #5465 from sepalani/gc-bios
Tools: Load GameCube BIOS added
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
| -rw-r--r-- | Source/Android/jni/MainAndroid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp index 157ce8c123..819bcba3e5 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -794,7 +794,7 @@ JNIEXPORT void JNICALL Java_org_dolphinemu_dolphinemu_NativeLibrary_Run(JNIEnv* // No use running the loop when booting fails s_have_wm_user_stop = false; - if (BootManager::BootCore(s_filename.c_str())) + if (BootManager::BootCore(s_filename.c_str(), SConfig::BOOT_DEFAULT)) { static constexpr int TIMEOUT = 10000; static constexpr int WAIT_STEP = 25; |
