mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-28 03:31:49 +01:00
fix file browser bug
This commit is contained in:
parent
dcfbbbc000
commit
ffcb6291da
@ -15,7 +15,7 @@
|
|||||||
#include <gccore.h>
|
#include <gccore.h>
|
||||||
|
|
||||||
#define MAXJOLIET 255
|
#define MAXJOLIET 255
|
||||||
#define MAXDISPLAY 40
|
#define MAXDISPLAY 37
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
@ -935,7 +935,7 @@ static int MenuGameSelection()
|
|||||||
|
|
||||||
// update gameWindow based on arrow buttons
|
// update gameWindow based on arrow buttons
|
||||||
// set MENU_EXIT if A button pressed on a game
|
// 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)
|
if(gameBrowser.fileList[i]->GetState() == STATE_CLICKED)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user