This commit is contained in:
Sergeanur 2021-01-02 13:28:10 +02:00
parent 716e322246
commit c587203ebe
1 changed files with 3 additions and 6 deletions

View File

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