mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 06:58:37 +02:00
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