Fixed key save buffer non-zero init error

This commit is contained in:
shchmue 2019-09-29 23:07:05 -06:00
parent 9ceb56f743
commit 21e8ca6204
2 changed files with 2 additions and 2 deletions

View file

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