fix cia romfs... very manually

This commit is contained in:
zetaPRIME 2017-05-08 05:57:21 -04:00
parent 6b735ca722
commit f852ec8134
3 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ roadmap to v0.5.1 {
- masking - masking
} }
libctru console as ui element (label subclass? container with a label?) - libctru console as ui element
- fix the hang on osk when pressing (L|R)+up+left - fix the hang on osk when pressing (L|R)+up+left
figure out what (else) to put on the left side of the keyboard (opposite backspace and enter) figure out what (else) to put on the left side of the keyboard (opposite backspace and enter)
@ -35,6 +35,7 @@ roadmap to v0.5.1 {
} then by v0.5.5 { } then by v0.5.5 {
event propagation system of some sort; threadsafe to whatever extent is needed on 3DS event propagation system of some sort; threadsafe to whatever extent is needed on 3DS
figure out how to *actually* fix the clear bug...? figure out how to *actually* fix the clear bug...?
some sort of tagging for longer retention for large drawables such as backgrounds (particularly for the OSK)
} then consider these before 1.0 "gold" { } then consider these before 1.0 "gold" {
replace some of the OptRef stuffs on invalidatable types with invalid checks; add implicit conversions from nullptr to invalid replace some of the OptRef stuffs on invalidatable types with invalid checks; add implicit conversions from nullptr to invalid
make closing forms a bit less finicky (add them to a separate list and let the Application remove them from the list) make closing forms a bit less finicky (add them to a separate list and let the Application remove them from the list)

View File

@ -89,6 +89,7 @@ export VPATH := $(foreach dir,$(SOURCES),$(CURDIR)/$(dir)) \
$(foreach dir,$(DATA),$(CURDIR)/$(dir)) $(foreach dir,$(DATA),$(CURDIR)/$(dir))
export DEPSDIR := $(CURDIR)/$(BUILD) export DEPSDIR := $(CURDIR)/$(BUILD)
export ROMFS_ROOT := $(CURDIR)/$(ROMFS)
CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c))) CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c)))
CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp))) CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp)))

View File

@ -7,7 +7,7 @@ BasicInfo:
RomFs: RomFs:
# Specifies the root path of the file system to include in the ROM. # Specifies the root path of the file system to include in the ROM.
RootPath : "$(ROMFS_ROOT)" RootPath : "../themes/default"
TitleInfo: TitleInfo: