diff --git a/fs/romfs/Makefile b/fs/romfs/Makefile index da8cfb6..2848913 100644 --- a/fs/romfs/Makefile +++ b/fs/romfs/Makefile @@ -132,7 +132,7 @@ ifneq ($(APP_TITLEID),) endif ifneq ($(ROMFS),) - export NROFLAGS += --romfs=$(CURDIR)/$(ROMFS) + export NROFLAGS += --romfsdir=$(CURDIR)/$(ROMFS) endif .PHONY: $(BUILD) clean all diff --git a/fs/romfs/romfs/folder/file.txt b/fs/romfs/romfs/folder/file.txt new file mode 100644 index 0000000..7c81319 --- /dev/null +++ b/fs/romfs/romfs/folder/file.txt @@ -0,0 +1,6 @@ +Hello, this is the libnx romfs example. +This text is being read off a file in romfs. + + >>Switch Homebrew is Cool<< + +Signed off, fincs & WinterMute diff --git a/fs/romfs/romfs/フォルダ/ファイル.txt b/fs/romfs/romfs/フォルダ/ファイル.txt new file mode 100644 index 0000000..2cd922e --- /dev/null +++ b/fs/romfs/romfs/フォルダ/ファイル.txt @@ -0,0 +1,2 @@ +The path to this file contains UTF-16 +characters that fall outside ASCII.