Boot: Deduplicate code by creating a SetupBAT function

This commit is contained in:
JosJuice
2017-05-12 16:13:58 +02:00
parent 4b0cde3839
commit 5e1fb1a596
3 changed files with 24 additions and 48 deletions

View File

@ -48,6 +48,7 @@ private:
static bool Boot_ELF(const std::string& filename);
static bool Boot_WiiWAD(const std::string& filename);
static void SetupBAT(bool is_wii);
static bool EmulatedBS2_GC(bool skip_app_loader = false);
static bool EmulatedBS2_Wii();
static bool EmulatedBS2(bool is_wii);