This commit is contained in:
Sergeanur
2021-01-02 13:28:23 +02:00
parent 42e4a068bb
commit 30bc51ae9e
2 changed files with 5 additions and 6 deletions

View File

@ -1692,12 +1692,11 @@ void CPad::UpdatePads(void)
bUpdate = false;
if ( bUpdate )
{
GetPad(0)->Update(0);
// GetPad(1)->Update(0); // not in VC
}
#if defined(MASTER) && !defined(XINPUT)
#ifndef MASTER
GetPad(1)->Update(1);
#else
GetPad(1)->NewState.Clear();
GetPad(1)->OldState.Clear();
#endif