Boot: Remove skip_app_loader parameter

This commit is contained in:
JosJuice
2017-08-01 15:25:00 +02:00
parent fea75d045c
commit 42d7dc2e08
2 changed files with 2 additions and 5 deletions

View File

@ -102,7 +102,7 @@ private:
static void SetupMSR();
static void SetupBAT(bool is_wii);
static bool RunApploader(bool is_wii, const DiscIO::Volume& volume);
static bool EmulatedBS2_GC(const DiscIO::Volume* volume, bool skip_app_loader = false);
static bool EmulatedBS2_GC(const DiscIO::Volume* volume);
static bool EmulatedBS2_Wii(const DiscIO::Volume* volume);
static bool EmulatedBS2(bool is_wii, const DiscIO::Volume* volume);
static bool Load_BS2(const std::string& boot_rom_filename);