diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-08-17 11:36:56 +0000 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2021-08-17 11:36:56 +0000 |
| commit | 89751f29467b359339a8c8b57c218cc3328bae43 (patch) | |
| tree | f92eeff576fea528e6a5c5a984207aac9e0d2b8c /template/iso.xml | |
| parent | 5f5461879c73720359e87fa41cbfe8c452f5155e (diff) | |
| download | psn00bsdk-89751f29467b359339a8c8b57c218cc3328bae43.tar.gz | |
Rewritten all Makefiles, set up proper GCC options, added iso.xml to template
Diffstat (limited to 'template/iso.xml')
| -rw-r--r-- | template/iso.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/template/iso.xml b/template/iso.xml new file mode 100644 index 0000000..ba2b29d --- /dev/null +++ b/template/iso.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<iso_project + image_name="build/template.bin" + cue_sheet="build/template.cue" +> + <track type="data"> + <identifiers + system ="PLAYSTATION" + volume ="PSN00BSDK" + volume_set ="PSN00BSDK" + publisher ="MEIDOTEK" + data_preparer ="PSN00BSDK BUILD SCRIPT" + application ="PLAYSTATION" + copyright ="README.TXT;1" + /> + + <directory_tree> + <file name="SYSTEM.CNF" type="data" source="system.cnf" /> + <file name="TEMPLATE.EXE" type="data" source="build/template.exe" /> + <file name="TEMPLATE.MAP" type="data" source="build/template.map" /> + + <dummy sectors="1024"/> + </directory_tree> + </track> + + <!--<track type="audio" source="track2.wav" />--> +</iso_project> |
