From dbc5e29bd85fa4063d02fb2a80c1e9072b85b0b8 Mon Sep 17 00:00:00 2001 From: Calvin Fuchs Date: Fri, 18 Jun 2021 19:37:42 +0200 Subject: [PATCH] added aio fixes to fixEverything --- Makefile | 2 +- source/tegraexplorer/mainmenu.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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(); }