Merge pull request #2 from dogtopus/fix-cgfx-suffix-detection
Fix cgfx suffix detection
This commit is contained in:
commit
33257279b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue