Skip to content

Commit dbc5e29

Browse files
author
Calvin Fuchs
committed
added aio fixes to fixEverything
1 parent 24c715e commit dbc5e29

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include $(DEVKITARM)/base_rules
1111
IPL_LOAD_ADDR := 0x40003000
1212
LPVERSION_MAJOR := 0
1313
LPVERSION_MINOR := 3
14-
LPVERSION_BUGFX := 0
14+
LPVERSION_BUGFX := 1
1515

1616
################################################################################
1717

source/tegraexplorer/mainmenu.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@ void fixAll(){
320320
deleteBootFlags();
321321
deleteInstalledThemes();
322322
fixClingWrap();
323+
fixAIOUpdate();
324+
325+
323326
stillNoBootInfo();
324327
}
325328

0 commit comments

Comments
 (0)