*Really small fix to the SD card button

This commit is contained in:
DRayX7 2009-05-21 23:57:56 +00:00
parent 306644b518
commit a28b301f29

View File

@ -3091,8 +3091,10 @@ static int MenuDiscList()
else if(sdcardBtn.GetState() == STATE_CLICKED)
{
SDCard_deInit();
SDCard_Init();
SDCard_deInit();
SDCard_Init();
startat = gameBrowser.GetSelectedOption();
offset = gameBrowser.GetOffset();
sdcardBtn.ResetState();
menu = MENU_DISCLIST;
break;