aboutsummaryrefslogtreecommitdiff
path: root/examples/sound/spustream/iso.xml
diff options
context:
space:
mode:
authorspicyjpeg <thatspicyjpeg@gmail.com>2022-10-27 16:55:08 +0200
committerspicyjpeg <thatspicyjpeg@gmail.com>2022-10-27 16:55:08 +0200
commitf6c41f3783c4fce49a9899b710ebb50ba9f647ab (patch)
tree7133d4e05008cb11c05995d3c0ce7d938258cd51 /examples/sound/spustream/iso.xml
parent4dbf47f129a55428b90df2805228fbd481e1d117 (diff)
downloadpsn00bsdk-f6c41f3783c4fce49a9899b710ebb50ba9f647ab.tar.gz
Refactor sound examples, add new spustream example
Diffstat (limited to 'examples/sound/spustream/iso.xml')
-rw-r--r--examples/sound/spustream/iso.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/examples/sound/spustream/iso.xml b/examples/sound/spustream/iso.xml
deleted file mode 100644
index 050d673..0000000
--- a/examples/sound/spustream/iso.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?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 ="SPUSTREAM"
- volume_set ="SPUSTREAM"
- 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="SPUSTRM.EXE" type="data" source="spustream.exe" />
-
- <file name="STREAM.BIN" type="data" source="${PROJECT_SOURCE_DIR}/stream.bin" />
-
- <dummy sectors="1024"/>
- </directory_tree>
- </track>
-
- <!--<track type="audio" source="track2.wav" />-->
-</iso_project>