Merge pull request #5465 from sepalani/gc-bios

Tools: Load GameCube BIOS added
This commit is contained in:
Leo Lam
2017-05-26 10:23:03 +02:00
committed by GitHub
12 changed files with 78 additions and 16 deletions

View File

@ -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;