diff --git a/Makefile b/Makefile index bf7ef55..c06588d 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ LIBRARIES := citro3d ctru png z m VERSION_MAJOR := 2 VERSION_MINOR := 4 -VERSION_MICRO := 1 +VERSION_MICRO := 2 @@ -107,15 +107,8 @@ endif include buildtools/make_base -defFONZD: - $(eval FONZD=1) - $(eval BANNER_IMAGE:=resources/FonzD_banner.cgfx) - -FONZD: +FONZD: clean make FONZD=1 -defPABLOMK7: - $(eval BANNER_IMAGE:=resources/PabloMK7_banner.cgfx) - -PABLOMK7: +PABLOMK7: clean make PABLOMK7=1 \ No newline at end of file diff --git a/romfs/ntr_3_4.bin b/romfs/ntr_3_4.bin index c149cfb..da5543c 100644 Binary files a/romfs/ntr_3_4.bin and b/romfs/ntr_3_4.bin differ diff --git a/source/config.h b/source/config.h index 95c27e9..25e4637 100644 --- a/source/config.h +++ b/source/config.h @@ -9,7 +9,7 @@ (((major)<<24)|((minor)<<16)|((revision)<<8)) #endif -#define CURRENT_CONFIG_VERSION SYSTEM_VERSION(1, 0, 1) +#define CURRENT_CONFIG_VERSION SYSTEM_VERSION(1, 0, 2) #define SECONDS_IN_WEEK 604800 #define SECONDS_IN_DAY 86400