added aio fixes to fixEverything

This commit is contained in:
Calvin Fuchs
2021-06-18 19:37:42 +02:00
parent 24c715ecf3
commit dbc5e29bd8
2 changed files with 4 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules
IPL_LOAD_ADDR := 0x40003000
LPVERSION_MAJOR := 0
LPVERSION_MINOR := 3
LPVERSION_BUGFX := 0
LPVERSION_BUGFX := 1
################################################################################

View File

@@ -320,6 +320,9 @@ void fixAll(){
deleteBootFlags();
deleteInstalledThemes();
fixClingWrap();
fixAIOUpdate();
stillNoBootInfo();
}