mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-02-25 08:13:33 +01:00
-when entering per game settings and banner is playing, it zooms
in the banner automatically
This commit is contained in:
parent
1ce0749a7f
commit
1be7b9d82e
@ -512,7 +512,11 @@ void CMenu::_game(bool launch)
|
|||||||
{
|
{
|
||||||
_hideGame();
|
_hideGame();
|
||||||
m_gameSelected = true;
|
m_gameSelected = true;
|
||||||
|
|
||||||
|
m_banner->ToogleZoom();
|
||||||
_gameSettings();
|
_gameSettings();
|
||||||
|
m_banner->ToogleZoom();
|
||||||
|
|
||||||
_showGame();
|
_showGame();
|
||||||
if(!m_gameSound.IsPlaying())
|
if(!m_gameSound.IsPlaying())
|
||||||
startGameSound = -6;
|
startGameSound = -6;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user