mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-27 13:44:15 +01:00
- fixed sourceflow on start to remove quick flash of green screen.
This commit is contained in:
parent
1f5c18fe65
commit
3a3d1c46a1
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 4.1 MiB After Width: | Height: | Size: 4.1 MiB |
@ -432,9 +432,10 @@ int CMenu::main(void)
|
||||
/* IMPORTANT check if a disc is inserted */
|
||||
WDVD_GetCoverStatus(&disc_check);
|
||||
/* Main Loop */
|
||||
_mainLoopCommon(true);
|
||||
if(!m_source_on_start)
|
||||
_mainLoopCommon(true);
|
||||
//this will make the source menu/flow display. what happens when a sourceflow cover is selected is taken care of later.
|
||||
if((bheld && !BTN_B_HELD) || m_source_on_start)//if button b was held and now released
|
||||
if(m_source_on_start || (bheld && !BTN_B_HELD))//if button b was held and now released
|
||||
{
|
||||
bheld = false;
|
||||
if(bUsed)//if b button used for something don't show souce menu or sourceflow
|
||||
|
Loading…
Reference in New Issue
Block a user