mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
libretro buildfix
This commit is contained in:
parent
f3012f6914
commit
335df0fc71
1 changed files with 2 additions and 2 deletions
|
@ -1523,11 +1523,11 @@ static void retro_input(void)
|
|||
|
||||
if (pressed)
|
||||
{
|
||||
__CtrlButtonDown(map[i].sceCtrl);
|
||||
__CtrlUpdateButtons(map[i].sceCtrl, 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
__CtrlButtonUp(map[i].sceCtrl);
|
||||
__CtrlUpdateButtons(0, map[i].sceCtrl);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue