add romfs building

This commit is contained in:
Dave Murphy 2018-04-18 23:23:44 +01:00
parent 7f245d25ad
commit 23f89a9c86
3 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,2 @@
The path to this file contains UTF-16
characters that fall outside ASCII.