mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
fix file browser bug
This commit is contained in:
parent
70cdb15f83
commit
37632bdc58
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user