mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Boot: Deduplicate code by creating a RunApploader function
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user