mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 16:59:02 +00:00
makerom 0.12
bug fixes and proper cia ticket generation
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
# Makerom Sources
|
# Makerom Sources
|
||||||
UTILS_OBJS = utils.o ctr_utils.o dir.o utf.o keyset.o titleid.o
|
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
|
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
|
NCSD_OBJS = ncsd.o cardinfo.o
|
||||||
SETTINGS_OBJS = user_settings.o rsf_settings.o
|
SETTINGS_OBJS = user_settings.o rsf_settings.o
|
||||||
LIB_API_OBJS = crypto.o yaml_parser.o blz.o
|
LIB_API_OBJS = crypto.o yaml_parser.o blz.o
|
||||||
@@ -21,7 +21,7 @@ CC = gcc
|
|||||||
# MAKEROM Build Settings
|
# MAKEROM Build Settings
|
||||||
MAKEROM_BUILD_FLAGS = #-DDEBUG
|
MAKEROM_BUILD_FLAGS = #-DDEBUG
|
||||||
VER_MAJOR = 0
|
VER_MAJOR = 0
|
||||||
VER_MINOR = 11
|
VER_MINOR = 12
|
||||||
OUTPUT = makerom
|
OUTPUT = makerom
|
||||||
|
|
||||||
main: build
|
main: build
|
||||||
|
|||||||
Reference in New Issue
Block a user