Fix linebreak encoding in winxinput.
This commit is contained in:
parent
cb6d1ce7b8
commit
3f82743d06
|
@ -67,8 +67,8 @@ typedef struct
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
uint16_t wLeftMotorSpeed;
|
uint16_t wLeftMotorSpeed;
|
||||||
uint16_t wRightMotorSpeed;
|
uint16_t wRightMotorSpeed;
|
||||||
} XINPUT_VIBRATION;
|
} XINPUT_VIBRATION;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -214,9 +214,9 @@ static bool winxinput_joypad_init(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((!g_winxinput_states[0].connected) &&
|
if ((!g_winxinput_states[0].connected) &&
|
||||||
(!g_winxinput_states[1].connected) &&
|
(!g_winxinput_states[1].connected) &&
|
||||||
(!g_winxinput_states[2].connected) &&
|
(!g_winxinput_states[2].connected) &&
|
||||||
(!g_winxinput_states[3].connected))
|
(!g_winxinput_states[3].connected))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
g_xinput_block_pads = true;
|
g_xinput_block_pads = true;
|
||||||
|
|
Loading…
Reference in New Issue