*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

@ -3093,6 +3093,8 @@ static int MenuDiscList()
{ {
SDCard_deInit(); SDCard_deInit();
SDCard_Init(); SDCard_Init();
startat = gameBrowser.GetSelectedOption();
offset = gameBrowser.GetOffset();
sdcardBtn.ResetState(); sdcardBtn.ResetState();
menu = MENU_DISCLIST; menu = MENU_DISCLIST;
break; break;