fix file browser bug

This commit is contained in:
dborth 2009-06-18 06:09:28 +00:00
parent 70cdb15f83
commit 37632bdc58
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ Wii homebrew is WiiBrew (www.wiibrew.org).
[4.0.7]
* 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 menu crashes caused by ogg player bugs
* Fixed memory card saving verification bug

View File

@ -980,7 +980,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)
{