mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 04:09:02 +00:00
Pad2 fix
This commit is contained in:
parent
716e322246
commit
c587203ebe
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue