Merge pull request #2 from dogtopus/fix-cgfx-suffix-detection

Fix cgfx suffix detection
This commit is contained in:
Steven Smith 2016-01-31 21:40:19 -08:00
commit 33257279b4

View file

@ -107,7 +107,7 @@ ifeq ($(TARGET),3DS)
COMMON_MAKEROM_FLAGS += -DAPP_ROMFS="RootPath: $(ROMFS_DIR)"
endif
ifeq ($(suffix $(BANNER_IMAGE)),".cgfx")
ifeq ($(suffix $(BANNER_IMAGE)),.cgfx)
BANNER_IMAGE_ARG := -ci
else
BANNER_IMAGE_ARG := -i