mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Options: merge SCoreStartupParameter into SConfig
This commit is contained in:
@ -30,7 +30,7 @@ TEST(UniqueID, UniqueEnough)
|
||||
TEST(IsMMIOAddress, SpecialAddresses)
|
||||
{
|
||||
SConfig::Init();
|
||||
SConfig::GetInstance().m_LocalCoreStartupParameter.bWii = true;
|
||||
SConfig::GetInstance().bWii = true;
|
||||
|
||||
// WG Pipe address, should not be handled by MMIO.
|
||||
EXPECT_FALSE(MMIO::IsMMIOAddress(0x0C008000));
|
||||
|
Reference in New Issue
Block a user