mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-07-01 09:12:14 +02:00
add romfs building
This commit is contained in:
parent
7f245d25ad
commit
23f89a9c86
@ -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
|
||||
|
6
fs/romfs/romfs/folder/file.txt
Normal file
6
fs/romfs/romfs/folder/file.txt
Normal 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
|
2
fs/romfs/romfs/フォルダ/ファイル.txt
Normal file
2
fs/romfs/romfs/フォルダ/ファイル.txt
Normal file
@ -0,0 +1,2 @@
|
||||
The path to this file contains UTF-16
|
||||
characters that fall outside ASCII.
|
Loading…
Reference in New Issue
Block a user