mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-27 11:11:50 +01:00
fix file browser bug
This commit is contained in:
parent
dcfbbbc000
commit
ffcb6291da
@ -15,7 +15,7 @@
|
||||
#include <gccore.h>
|
||||
|
||||
#define MAXJOLIET 255
|
||||
#define MAXDISPLAY 40
|
||||
#define MAXDISPLAY 37
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
@ -935,7 +935,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