From a28b301f2926c02e217edcf58615aab696fadf54 Mon Sep 17 00:00:00 2001 From: DRayX7 Date: Thu, 21 May 2009 23:57:56 +0000 Subject: [PATCH] *Really small fix to the SD card button --- source/menu.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/menu.cpp b/source/menu.cpp index 4b68b52c..d9c5792f 100644 --- a/source/menu.cpp +++ b/source/menu.cpp @@ -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;