mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-07 14:28:18 +01:00
fix file browser bug
This commit is contained in:
parent
3f360ea8bd
commit
7a921641b8
@ -33,6 +33,8 @@ Wii/GameCube.
|
|||||||
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
`¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨'
|
||||||
|
|
||||||
[3.0.5]
|
[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
|
* Settings are now loaded from USB when loading the app from USB on HBC
|
||||||
* Fixed original mode lockup bug
|
* Fixed original mode lockup bug
|
||||||
* Fixed menu crashes caused by ogg player bugs
|
* Fixed menu crashes caused by ogg player bugs
|
||||||
|
@ -967,7 +967,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