Boot: Deduplicate code by creating a RunApploader function

This commit is contained in:
JosJuice
2017-05-12 18:00:17 +02:00
parent 5e1fb1a596
commit 22c499aafe
2 changed files with 76 additions and 121 deletions

View File

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