Skip to content

Commit

Permalink
Merge pull request #67 from whitedragon0000/PLUS
Browse files Browse the repository at this point in the history
fixed ps3 port bgm player wrong buttons
  • Loading branch information
whitedragon0000 authored Sep 29, 2018
2 parents cb2e422 + 180186b commit 54d011c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/ps3/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,15 +531,15 @@ static int ControlBGM()
}
break;

case PS3_CROSS:
case PS3_CIRCLE:
if(!bgmPlay)
{
if(bgmCycle) bgmCycle = 0;
else bgmCycle = 1;
}
break;

case PS3_CIRCLE:
case PS3_CROSS:
pControl = ControlMenu;
status = -1;
break;
Expand Down

0 comments on commit 54d011c

Please sign in to comment.