From 652a50744a01dd5e8dc2e96a1c677ecc2184b116 Mon Sep 17 00:00:00 2001 From: applestash Date: Sat, 30 Aug 2014 01:47:47 +1000 Subject: [PATCH] makerom 0.12 bug fixes and proper cia ticket generation --- makerom/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makerom/Makefile b/makerom/Makefile index 5293084..48ecc52 100644 --- a/makerom/Makefile +++ b/makerom/Makefile @@ -1,7 +1,7 @@ # Makerom Sources UTILS_OBJS = utils.o ctr_utils.o dir.o utf.o keyset.o titleid.o CIA_OBJS = cia.o certs.o tik.o tmd.o -NCCH_OBJS = ncch.o exheader.o accessdesc.o exefs.o elf.o romfs.o romfs_import.o romfs_gen.o +NCCH_OBJS = ncch.o exheader.o accessdesc.o exefs.o elf.o romfs.o romfs_import.o romfs_gen.o NCSD_OBJS = ncsd.o cardinfo.o SETTINGS_OBJS = user_settings.o rsf_settings.o LIB_API_OBJS = crypto.o yaml_parser.o blz.o @@ -21,7 +21,7 @@ CC = gcc # MAKEROM Build Settings MAKEROM_BUILD_FLAGS = #-DDEBUG VER_MAJOR = 0 -VER_MINOR = 11 +VER_MINOR = 12 OUTPUT = makerom main: build