From 45803422e8c05cc8439525f0f78df34e5afe7870 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Sun, 14 Feb 2016 21:16:26 -0800 Subject: [PATCH] Fix 3DS/CIA RomFS. --- 3ds/template.rsf | 2 +- make_base | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3ds/template.rsf b/3ds/template.rsf index 4ba8224..0987b8e 100644 --- a/3ds/template.rsf +++ b/3ds/template.rsf @@ -4,7 +4,7 @@ BasicInfo: Logo : Nintendo # Nintendo / Licensed / Distributed / iQue / iQueForSystem RomFs: - $(APP_ROMFS) + RootPath: $(APP_ROMFS) TitleInfo: Category : Application diff --git a/make_base b/make_base index 4faa578..8288918 100644 --- a/make_base +++ b/make_base @@ -104,7 +104,7 @@ ifeq ($(TARGET),3DS) ifneq ("$(wildcard $(ROMFS_DIR))","") _3DSXTOOL_FLAGS += --romfs=$(ROMFS_DIR) - COMMON_MAKEROM_FLAGS += -DAPP_ROMFS="RootPath: $(ROMFS_DIR)" + COMMON_MAKEROM_FLAGS += -DAPP_ROMFS="$(ROMFS_DIR)" endif ifeq ($(suffix $(BANNER_IMAGE)),.cgfx)