Change disc image name

This commit is contained in:
ABelliqueux 2021-08-15 15:57:46 +02:00
parent 9894e7d9d5
commit 6c82310a3d
3 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<iso_project image_name="OverlayExample.bin" cue_sheet="OverlayExample.cue" no_xa="0">
<iso_project image_name="3dcam.bin" cue_sheet="3dcam.cue" no_xa="0">
<track type="data">
<identifiers
system = "PLAYSTATION"
@ -12,7 +12,7 @@
/>
<!--<license file="LICENSEE.DAT"/>-->
<directory_tree>
<file name="system.cnf" type="data" source="config/OverlayExample.cnf"/>
<file name="system.cnf" type="data" source="config/3dcam.cnf"/>
<file name="SCES_313.37" type="data" source="main.ps-exe"/>
<file name="LEVEL0.bin" type="data" source="Overlay.lvl0" />
<file name="LEVEL1.bin" type="data" source="Overlay.lvl1" />

View File

@ -1,3 +1,2 @@
#!/bin/bash
make && ~/bin/mkpsxiso -y config/OverlayExample.xml && pcsx-redux -run -iso OverlayExample.cue
make && ~/bin/mkpsxiso -y config/3dcam.xml && pcsx-redux -run -iso 3dcam.cue