Integrate pop-fe better
This commit is contained in:
@@ -13,17 +13,16 @@ ifeq ($(REGION),SCEE)
|
||||
export PSX_TV_FORMAT=PAL
|
||||
export PSX_LICENSE=LICENSEE
|
||||
export PSX_BOOT_FILE=SLES_AAA.AA
|
||||
#SLES_000.25
|
||||
endif
|
||||
ifeq ($(REGION),SCEA)
|
||||
export PSX_TV_FORMAT=NTSC
|
||||
export PSX_LICENSE=LICENSEA
|
||||
export PSX_BOOT_FILE=SLUS_001.51
|
||||
export PSX_BOOT_FILE=SLUS_AAA.AA
|
||||
endif
|
||||
ifeq ($(REGION),SCEI)
|
||||
export PSX_TV_FORMAT=NTSC
|
||||
export PSX_LICENSE=LICENSEJ
|
||||
export PSX_BOOT_FILE=XXXX_AAA.AA
|
||||
export PSX_BOOT_FILE=SLJS_AAA.AA
|
||||
endif
|
||||
|
||||
ifndef PSX_TV_FORMAT
|
||||
@@ -47,5 +46,7 @@ application_%: always
|
||||
$(call make_application,$*)
|
||||
cd_%: always
|
||||
$(call make_cd,$*)
|
||||
pkg_%: always
|
||||
$(call make_cd,pkg_$*)
|
||||
|
||||
always: ;
|
@@ -27,19 +27,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "create pkg (experimental)",
|
||||
"type": "shell",
|
||||
"command": "wsl ./run_pop_fe.sh $(wslpath ${workspaceFolder}/iso/${input:region}/PoolBox.cue) $(wslpath ${workspaceFolder}/iso)",
|
||||
"group": "build",
|
||||
"options": {
|
||||
// v otherwise the tool won't start...
|
||||
"cwd": "${env:JABY_ENGINE_PATH}/bin",
|
||||
"env": {
|
||||
"PATH": "${env:JABY_ENGINE_PATH}/bin;${env:PATH}"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "read memory map",
|
||||
"type": "shell",
|
||||
@@ -63,7 +50,7 @@
|
||||
{
|
||||
"id": "project",
|
||||
"type": "pickString",
|
||||
"options": ["all", "assets", "application", "cd"],
|
||||
"options": ["all", "assets", "application", "cd", "pkg"],
|
||||
"default": "all",
|
||||
"description": "Project to build"
|
||||
},
|
||||
|
Reference in New Issue
Block a user