mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Core: Replace BOOT_MIOS with an explicit "is MIOS" flag
I didn't know better back then, but the boot type is only supposed to be used for the actual boot params. It shouldn't be used or changed after booting.
This commit is contained in:
@ -129,6 +129,7 @@ struct SConfig : NonCopyable
|
||||
bool bOverrideGCLanguage = false;
|
||||
|
||||
bool bWii = false;
|
||||
bool m_is_mios = false;
|
||||
|
||||
// Interface settings
|
||||
bool bConfirmStop = false;
|
||||
@ -195,7 +196,6 @@ struct SConfig : NonCopyable
|
||||
BOOT_ELF,
|
||||
BOOT_DOL,
|
||||
BOOT_WII_NAND,
|
||||
BOOT_MIOS,
|
||||
BOOT_BS2,
|
||||
BOOT_DFF
|
||||
};
|
||||
|
Reference in New Issue
Block a user