Fix bad f_mkdir check skipping file save

This commit is contained in:
shchmue 2019-10-15 11:11:47 -06:00
parent d4fa066854
commit ee1a3e08ae
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 := 2
LPVERSION_BUGFX := 3
################################################################################