mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-17 16:59:17 +01:00
*Really small fix to the SD card button
This commit is contained in:
parent
306644b518
commit
a28b301f29
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user