summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/HW/EXI/EXI_Channel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/Core/HW/EXI/EXI_Channel.h b/Source/Core/Core/HW/EXI/EXI_Channel.h
index 26b681d74b..d3a25c07a7 100644
--- a/Source/Core/Core/HW/EXI/EXI_Channel.h
+++ b/Source/Core/Core/HW/EXI/EXI_Channel.h
@@ -109,6 +109,9 @@ private:
UEXI_CONTROL m_control;
u32 m_imm_data = 0;
+ // Since channels operate a bit differently from each other
+ u32 m_channel_id;
+
// This data is needed in order to reinitialize a GCI folder memory card when switching between
// GCI folder and other devices in the memory card slot or after loading a savestate. Even though
// this data is only vaguely related to the EXI_Channel, this seems to be the best place to store
@@ -122,8 +125,5 @@ private:
};
std::array<std::unique_ptr<IEXIDevice>, NUM_DEVICES> m_devices;
-
- // Since channels operate a bit differently from each other
- u32 m_channel_id;
};
} // namespace ExpansionInterface