- categories menu 'B' back button fix

This commit is contained in:
fledge68 2012-05-04 19:31:05 +00:00
parent 20c2e948e7
commit d896cb7436

View File

@ -378,11 +378,12 @@ void CMenu::_game(bool launch)
startGameSound = 1;
}
if (BTN_B_PRESSED && (m_btnMgr.selected(m_gameBtnFavoriteOn) || m_btnMgr.selected(m_gameBtnFavoriteOff)))
{
_hideGame();
_CategorySettings(true);
_showGame();
}
{
_hideGame();
_CategorySettings(true);
_showGame();
continue;
}
if (BTN_HOME_PRESSED || BTN_B_PRESSED)
{
m_gameSound.Stop();