From 76767fcfb47cf00ff46aa365a8fb2895c77133e3 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Wed, 27 Jul 2022 11:46:14 -0700 Subject: [PATCH] WII_IPC: Correct comment --- Source/Core/Core/HW/WII_IPC.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/Core/HW/WII_IPC.cpp b/Source/Core/Core/HW/WII_IPC.cpp index 1e53bdff11..6f9e91e8ff 100644 --- a/Source/Core/Core/HW/WII_IPC.cpp +++ b/Source/Core/Core/HW/WII_IPC.cpp @@ -151,8 +151,8 @@ void WiiIPC::InitState() m_arm_irq_flags = 0; m_arm_irq_masks = 0; - // The only inputs are POWER, EJECT_BTN, SLOT_IN, and EEP_MISO; Broadway only has access to - // SLOT_IN + // The only inputs are POWER, EJECT_BTN, SLOT_IN, EEP_MISO, and sometimes AVE_SCL and AVE_SDA; + // Broadway only has access to SLOT_IN, AVE_SCL, and AVE_SDA. m_gpio_dir = { GPIO::POWER, GPIO::SHUTDOWN, GPIO::FAN, GPIO::DC_DC, GPIO::DI_SPIN, GPIO::SLOT_LED, GPIO::SENSOR_BAR, GPIO::DO_EJECT, GPIO::EEP_CS, GPIO::EEP_CLK, GPIO::EEP_MOSI, GPIO::AVE_SCL,