updated for -lrip 1.3
This commit is contained in:
parent
0ea5a873c8
commit
f793f2dfcc
@ -1263,7 +1263,7 @@ void Menu_Loop(void)
|
||||
u8 iosVersion;
|
||||
|
||||
/* Select IOS menu */
|
||||
if (have_ahbprot())
|
||||
if (ABHPROT_DISABLED)
|
||||
{
|
||||
|
||||
u32 mode = 0;
|
||||
|
@ -221,7 +221,7 @@ int main(int argc, char **argv)
|
||||
/* Draw background */
|
||||
Gui_DrawBackground();
|
||||
|
||||
if (have_ahbprot()) {
|
||||
if (AHBPROT_DISABLED) {
|
||||
fatDevice *fdev = &fdevList[0];
|
||||
Fat_Unmount(fdev);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user