Tools: Load GameCube BIOS added

This commit is contained in:
Sepalani
2017-05-21 20:52:44 +01:00
parent 643b218c1d
commit 95ea721f06
11 changed files with 57 additions and 12 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;