fix file browser bug

This commit is contained in:
dborth 2009-06-18 06:09:36 +00:00
parent 3f360ea8bd
commit 7a921641b8
2 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,8 @@ Wii/GameCube.
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
[3.0.5]
* Increase file browser listing to 10 entries, decrease font size
* Settings are now loaded from USB when loading the app from USB on HBC
* Fixed original mode lockup bug
* Fixed menu crashes caused by ogg player bugs

View File

@ -967,7 +967,7 @@ static int MenuGameSelection()
// update gameWindow based on arrow buttons
// set MENU_EXIT if A button pressed on a game
for(i=0; i<PAGESIZE; i++)
for(i=0; i < FILE_PAGESIZE; i++)
{
if(gameBrowser.fileList[i]->GetState() == STATE_CLICKED)
{