20 lines
674 B
XML
20 lines
674 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<iso_project image_name="iso/#{ProjectName}.bin" cue_sheet="iso/#{ProjectName}.cue" no_xa="0">
|
|
<track type="data">
|
|
<identifiers
|
|
system = "PLAYSTATION"
|
|
application = "PLAYSTATION"
|
|
volume = "MYDISC"
|
|
volume_set = "MYDISC"
|
|
publisher = "JABY"
|
|
data_preparer = "MKPSXISO"
|
|
copyright = "COPYLEFT"
|
|
/>
|
|
<license file="D:/RetroGameDev/PSX/PSYQ/psyq/cdgen/LCNSFILE/LICENSEE.DAT"/>
|
|
<directory_tree>
|
|
<file name="SYSTEM.CNF" type="data" source="iso/System.cnf"/>
|
|
<file name="SCES_003.90" type="data" source="application/bin/PSX-release/#{ProjectName}.psexe"/>
|
|
</directory_tree>
|
|
</track>
|
|
</iso_project>
|