diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-10-16 23:52:19 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-10-16 23:52:19 +0200 |
| commit | 03434a230d8c3ed2e32a3885128e05e42ee11769 (patch) | |
| tree | d7b06d4bce91472a1f01b9fb3a5965a9822c1a90 /examples/mdec/strvideo/iso.xml | |
| parent | 6eabb5aa549254c2272cedee26d4245f31f2dc7a (diff) | |
| download | psn00bsdk-03434a230d8c3ed2e32a3885128e05e42ee11769.tar.gz | |
Add mdec/strvideo example, fix psxpress bug
Diffstat (limited to 'examples/mdec/strvideo/iso.xml')
| -rw-r--r-- | examples/mdec/strvideo/iso.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/mdec/strvideo/iso.xml b/examples/mdec/strvideo/iso.xml new file mode 100644 index 0000000..65e0ff5 --- /dev/null +++ b/examples/mdec/strvideo/iso.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<iso_project + image_name="${CD_IMAGE_NAME}.bin" + cue_sheet="${CD_IMAGE_NAME}.cue" +> + <track type="data"> + <identifiers + system ="PLAYSTATION" + volume ="STRVIDEO" + volume_set ="STRVIDEO" + publisher ="MEIDOTEK" + data_preparer ="PSN00BSDK ${PSN00BSDK_VERSION}" + application ="PLAYSTATION" + copyright ="README.TXT;1" + /> + + <directory_tree> + <file name="SYSTEM.CNF" type="data" source="${PROJECT_SOURCE_DIR}/system.cnf" /> + <file name="STRVIDEO.EXE" type="data" source="strvideo.exe" /> + + <file name="VIDEO.STR" type="mixed" source="${PROJECT_SOURCE_DIR}/video.str"/> + + <dummy sectors="1024"/> + </directory_tree> + </track> + + <!--<track type="audio" source="track2.wav" />--> +</iso_project> |
