forked from dolphin-emu/dolphin
Add missing override specifiers
This commit is contained in:
@@ -122,7 +122,7 @@ void DeInit()
|
||||
}
|
||||
|
||||
Device::Device(const XINPUT_CAPABILITIES& caps, u8 index)
|
||||
: m_index(index), m_subtype(caps.SubType)
|
||||
: m_subtype(caps.SubType), m_index(index)
|
||||
{
|
||||
ZeroMemory(&m_state_out, sizeof(m_state_out));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user