v1.7.0: Titlekey save parsing, memory bugfixes

This commit is contained in:
shchmue 2019-10-28 09:56:38 -06:00
parent 6ad7192199
commit e578e09ff9
1 changed files with 2 additions and 2 deletions

View File

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