File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ BUILD := build
4242SOURCES := Source/fatfs Source/acc Source/sm Source/amssu Source/bpcams Source/dump Source/err Source/es Source/fs Source/drive Source/hos Source/ncm Source/net Source/ns Source/nsp Source/cfg Source/nfp Source/ui Source/usb Source
4343INCLUDES := Include
4444DATA := data
45- ROMFS := RomFs
45+ ROMFS := RomFs
4646
4747VER_MAJOR := 0
4848VER_MINOR := 9
@@ -52,7 +52,7 @@ APP_TITLE := Goldleaf
5252APP_AUTHOR := XorTroll
5353
5454# "-dev" prefix is manually appended when a new version is under development.
55- APP_VERSION := $(VER_MAJOR ) .$(VER_MINOR ) .$(VER_MICRO ) -dev
55+ APP_VERSION := $(VER_MAJOR ) .$(VER_MINOR ) .$(VER_MICRO ) # -dev
5656
5757# ---------------------------------------------------------------------------------
5858# options for code generation
You can’t perform that action at this time.
0 commit comments