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