First draft for pop-fe
This commit is contained in:
@@ -12,7 +12,8 @@ endif
|
||||
ifeq ($(REGION),SCEE)
|
||||
export PSX_TV_FORMAT=PAL
|
||||
export PSX_LICENSE=LICENSEE
|
||||
export PSX_BOOT_FILE=SLES_000.25
|
||||
export PSX_BOOT_FILE=SLES_AAA.AA
|
||||
#SLES_000.25
|
||||
endif
|
||||
ifeq ($(REGION),SCEA)
|
||||
export PSX_TV_FORMAT=NTSC
|
||||
|
@@ -30,11 +30,11 @@
|
||||
{
|
||||
"label": "create pkg (experimental)",
|
||||
"type": "shell",
|
||||
"command": "run_pop_fe.bat ${workspaceFolder}/iso/${input:region}/PoolBox.cue",
|
||||
"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:POP_FE_PATH}",
|
||||
"cwd": "${env:JABY_ENGINE_PATH}/bin",
|
||||
"env": {
|
||||
"PATH": "${env:JABY_ENGINE_PATH}/bin;${env:PATH}"
|
||||
}
|
||||
|
BIN
examples/PoolBox/iso/Icon.png
(Stored with Git LFS)
Normal file
BIN
examples/PoolBox/iso/Icon.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
examples/PoolBox/iso/Pic0.png
(Stored with Git LFS)
Normal file
BIN
examples/PoolBox/iso/Pic0.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
examples/PoolBox/iso/Pic1.png
(Stored with Git LFS)
Normal file
BIN
examples/PoolBox/iso/Pic1.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user