added aio fixes to fixEverything
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
################################################################################
|
||||
|
||||
|
||||
@@ -320,6 +320,9 @@ void fixAll(){
|
||||
deleteBootFlags();
|
||||
deleteInstalledThemes();
|
||||
fixClingWrap();
|
||||
fixAIOUpdate();
|
||||
|
||||
|
||||
stillNoBootInfo();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user