mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
-fix for wrong banners and game sound playing when selecting a game that isn't the center one in coverflow.
This commit is contained in:
parent
7c39c9e9fc
commit
f19accd147
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 3.1 MiB |
@ -438,15 +438,10 @@ void CMenu::_game(bool launch)
|
||||
if(m_banner.GetZoomSetting() != m_zoom_banner)
|
||||
m_banner.ToggleZoom();
|
||||
|
||||
s8 startGameSound = -6;
|
||||
if(!launch)
|
||||
{
|
||||
SetupInput();
|
||||
_showGame();
|
||||
m_gameSelected = true;
|
||||
_playGameSound();
|
||||
}
|
||||
|
||||
s8 startGameSound = 1;
|
||||
while(!m_exit)
|
||||
{
|
||||
if(startGameSound < 1)
|
||||
@ -454,6 +449,7 @@ void CMenu::_game(bool launch)
|
||||
|
||||
if(startGameSound == -5)
|
||||
_showGame();
|
||||
|
||||
_mainLoopCommon(true);
|
||||
|
||||
if(startGameSound == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user