updated for -lrip 1.3

This commit is contained in:
Nanolx 2012-12-29 08:41:03 +01:00
parent 0ea5a873c8
commit f793f2dfcc
2 changed files with 2 additions and 2 deletions

View File

@ -1263,7 +1263,7 @@ void Menu_Loop(void)
u8 iosVersion;
/* Select IOS menu */
if (have_ahbprot())
if (ABHPROT_DISABLED)
{
u32 mode = 0;

View File

@ -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);