Experimental PKG generation support

This commit is contained in:
Jaby
2024-02-27 22:31:41 -05:00
parent 519287ab88
commit 43dd051a2a
6 changed files with 43 additions and 3 deletions

11
bin/run_pop_fe.bat Normal file
View File

@@ -0,0 +1,11 @@
rem %1 input cue file
rem %2 Optional picture files
setlocal ENABLEDELAYEDEXPANSION
echo %PATH%
if [%2] == [] (
set img_input=
) else (
set img_input=--cover %2/cover.png --pic0 %2/pic0.png --pic1 %2/pic1.png
)
pop-fe.exe --ps3-pkg=%~dpn1.pkg %img_input% %1