Support ENV variables in CD names

This commit is contained in:
2024-03-21 16:51:17 -05:00
parent fc515ffbe9
commit 0a5672ec6f
4 changed files with 13 additions and 4 deletions

View File

@@ -12,14 +12,17 @@ endif
ifeq ($(REGION),SCEE)
export TV_FORMAT=PAL
export LICENSE=LICENSEE
export BOOT=SLES_000.25
endif
ifeq ($(REGION),SCEA)
export TV_FORMAT=NTSC
export LICENSE=LICENSEA
export BOOT=SLUS_001.51
endif
ifeq ($(REGION),SCEI)
export TV_FORMAT=NTSC
export LICENSE=LICENSEJ
export BOOT=XXXX_AAA.AA
endif
ifndef TV_FORMAT