This commit is contained in:
parent
53622d777b
commit
3903ac6409
@ -31,6 +31,7 @@
|
||||
#include "utils.h"
|
||||
#include "screen.h"
|
||||
#include "draw.h"
|
||||
#include "emunand.h"
|
||||
#include "buttons.h"
|
||||
#include "pin.h"
|
||||
|
||||
@ -196,6 +197,13 @@ void configMenu(bool oldPinStatus, u32 oldPinMode)
|
||||
"GitHub repository!"
|
||||
};
|
||||
|
||||
FirmwareSource nandType = FIRMWARE_SYSNAND;
|
||||
if(isSdMode)
|
||||
{
|
||||
nandType = FIRMWARE_EMUNAND;
|
||||
locateEmuNand(&nandType);
|
||||
}
|
||||
|
||||
struct multiOption {
|
||||
u32 posXs[4];
|
||||
u32 posY;
|
||||
|
Reference in New Issue
Block a user