mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-04-28 03:51:16 +02:00
- categories menu 'B' back button fix
This commit is contained in:
parent
20c2e948e7
commit
d896cb7436
@ -378,11 +378,12 @@ void CMenu::_game(bool launch)
|
|||||||
startGameSound = 1;
|
startGameSound = 1;
|
||||||
}
|
}
|
||||||
if (BTN_B_PRESSED && (m_btnMgr.selected(m_gameBtnFavoriteOn) || m_btnMgr.selected(m_gameBtnFavoriteOff)))
|
if (BTN_B_PRESSED && (m_btnMgr.selected(m_gameBtnFavoriteOn) || m_btnMgr.selected(m_gameBtnFavoriteOff)))
|
||||||
{
|
{
|
||||||
_hideGame();
|
_hideGame();
|
||||||
_CategorySettings(true);
|
_CategorySettings(true);
|
||||||
_showGame();
|
_showGame();
|
||||||
}
|
continue;
|
||||||
|
}
|
||||||
if (BTN_HOME_PRESSED || BTN_B_PRESSED)
|
if (BTN_HOME_PRESSED || BTN_B_PRESSED)
|
||||||
{
|
{
|
||||||
m_gameSound.Stop();
|
m_gameSound.Stop();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user