First draft for pop-fe

This commit is contained in:
2024-03-21 23:41:12 -05:00
parent d4a53b03b3
commit d1b857a8d5
9 changed files with 53 additions and 5 deletions

View File

@@ -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

View File

@@ -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

Binary file not shown.

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

Binary file not shown.