Skip to content

Commit

Permalink
Updater 3.4 Preview 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanquitas committed Feb 6, 2017
1 parent 52fdb66 commit a1cd1a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ LIBRARIES := citro3d ctru png z m

VERSION_MAJOR := 2
VERSION_MINOR := 4
VERSION_MICRO := 1
VERSION_MICRO := 2



Expand Down Expand Up @@ -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
Binary file modified romfs/ntr_3_4.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion source/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1cd1a4

Please sign in to comment.