cleaned up and fixed animviewer

This commit is contained in:
aap
2020-06-08 13:01:07 +02:00
parent be9954ecc6
commit 94e5b24fc8
3 changed files with 76 additions and 92 deletions

View File

@ -1046,8 +1046,8 @@ void CPad::UpdatePads(void)
GetPad(0)->UpdateMouse();
#ifdef XINPUT
GetPad(0)->AffectFromXinput(0);
GetPad(1)->AffectFromXinput(1);
GetPad(0)->AffectFromXinput(m_bMapPadOneToPadTwo ? 1 : 0);
GetPad(1)->AffectFromXinput(m_bMapPadOneToPadTwo ? 0 : 1);
#else
CapturePad(0);
#endif