mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-12-26 17:41:48 +01:00
Revert "remount SD-Gecko when either GCA, GCB or ALL devices are selected"
This reverts commit 8713945ee8
.
This commit is contained in:
parent
8713945ee8
commit
4ba92077cf
@ -3,7 +3,6 @@
|
||||
|
||||
#include "libwiigui/gui.h"
|
||||
#include "main.h"
|
||||
#include "Tools/fileop.h"
|
||||
|
||||
/*** Extern variables ***/
|
||||
extern GuiWindow * mainWindow;
|
||||
@ -168,22 +167,18 @@ int devicePrompt()
|
||||
if(gca_Btn.GetState() == STATE_CLICKED)
|
||||
{
|
||||
device = 5;
|
||||
GCA_Remount();
|
||||
stop = true;
|
||||
}
|
||||
|
||||
if(gcb_Btn.GetState() == STATE_CLICKED)
|
||||
{
|
||||
device = 6;
|
||||
GCB_Remount();
|
||||
stop = true;
|
||||
}
|
||||
|
||||
if(all_Btn.GetState() == STATE_CLICKED)
|
||||
{
|
||||
device = 7;
|
||||
GCA_Remount();
|
||||
GCB_Remount();
|
||||
stop = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user