diff options
| author | Sepalani <sepalani@hotmail.fr> | 2017-05-21 20:52:44 +0100 |
|---|---|---|
| committer | Sepalani <sepalani@hotmail.fr> | 2017-05-22 22:44:21 +0100 |
| commit | 95ea721f0615240cfe12ec6e10fe4e912780da73 (patch) | |
| tree | 68c3cde3b7ba4be7d454324b910d4c28d00dbbda /Source/Android/jni/MainAndroid.cpp | |
| parent | 643b218c1dbc26f619b2ed6dac29925bab85fccc (diff) | |
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 e18214e21b..1f8080f1b6 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; |
