Split SetupBAT into SetupMSR and SetupBAT

This commit is contained in:
JosJuice
2017-05-14 15:38:17 +02:00
parent 651340826d
commit 4726c9075f
4 changed files with 10 additions and 1 deletions

View File

@ -54,6 +54,7 @@ private:
static bool Boot_ELF(const std::string& filename);
static bool Boot_WiiWAD(const std::string& filename);
static void SetupMSR();
static void SetupBAT(bool is_wii);
static bool RunApploader(bool is_wii, const DiscIO::IVolume& volume);
static bool EmulatedBS2_GC(const DiscIO::IVolume* volume, bool skip_app_loader = false);