diff --git a/Makefile b/Makefile index c1d2347..7113f23 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 0 LPVERSION_MINOR := 3 -LPVERSION_BUGFX := 0 +LPVERSION_BUGFX := 1 ################################################################################ diff --git a/source/tegraexplorer/mainmenu.c b/source/tegraexplorer/mainmenu.c index f2b2cb7..99ba7a2 100644 --- a/source/tegraexplorer/mainmenu.c +++ b/source/tegraexplorer/mainmenu.c @@ -320,6 +320,9 @@ void fixAll(){ deleteBootFlags(); deleteInstalledThemes(); fixClingWrap(); + fixAIOUpdate(); + + stillNoBootInfo(); }