Fix partitioning mistake, bump version to 1.2.1

This commit is contained in:
Such Meme, Many Skill
2020-01-08 14:21:53 +01:00
parent 6724f364b5
commit 1410fa185f
3 changed files with 25 additions and 18 deletions

View File

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