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