aboutsummaryrefslogtreecommitdiff
path: root/examples/sound/spustream/iso.xml
diff options
context:
space:
mode:
authorJohn "Lameguy" Wilbert Villamor <lameguy64@gmail.com>2022-11-03 10:14:22 +0800
committerGitHub <noreply@github.com>2022-11-03 10:14:22 +0800
commit4139331d233b7a962e747c5564fa68a285f81cc8 (patch)
treed4d3374afd5e36e8580cc424ab2c63ee9e7d357c /examples/sound/spustream/iso.xml
parente08a3d9366f8ca14a76b3dd569dac1fb9f569748 (diff)
parent37d963f724113e45d15aa9b8ee86baa9c4362b8f (diff)
downloadpsn00bsdk-4139331d233b7a962e747c5564fa68a285f81cc8.tar.gz
Merge pull request #60 from spicyjpeg/bugfix
Bugfixes, new serial port API and sound examples
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>