Fix improper naming

I'm so sorry
This commit is contained in:
Dylan Smit
2021-11-24 17:04:30 +01:00
parent aa5cb35c86
commit 9de7ef6d8d
9 changed files with 12 additions and 12 deletions

View File

@ -53,7 +53,7 @@ TEST(IsMMIOAddress, SpecialAddresses)
EXPECT_FALSE(MMIO::IsMMIOAddress(0xCC0000E0));
// And lets check some valid addresses too
EXPECT_TRUE(MMIO::IsMMIOAddress(0x0C0000E0)); // Gamecube MMIOs
EXPECT_TRUE(MMIO::IsMMIOAddress(0x0C0000E0)); // GameCube MMIOs
EXPECT_TRUE(MMIO::IsMMIOAddress(0x0D00008C)); // Wii MMIOs
EXPECT_TRUE(MMIO::IsMMIOAddress(0x0D800F10)); // Mirror of Wii MMIOs