diff options
| author | Dylan Smit <dylan.smit@hotmail.com> | 2021-11-24 17:04:30 +0100 |
|---|---|---|
| committer | Dylan Smit <dylan.smit@hotmail.com> | 2021-11-24 17:04:30 +0100 |
| commit | 9de7ef6d8d787cbb1bcc97cfc246613798bf510a (patch) | |
| tree | 3a13d009d14ec0568da8b742ffc3bbe9c73406d7 /Source/UnitTests/Core | |
| parent | aa5cb35c8639bb847664dbc0c225fee61d7f3f5c (diff) | |
Fix improper naming
I'm so sorry
Diffstat (limited to 'Source/UnitTests/Core')
| -rw-r--r-- | Source/UnitTests/Core/MMIOTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Core/MMIOTest.cpp b/Source/UnitTests/Core/MMIOTest.cpp index 9bcd2af135..480ba7f7b4 100644 --- a/Source/UnitTests/Core/MMIOTest.cpp +++ b/Source/UnitTests/Core/MMIOTest.cpp @@ -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 |
