From 6c82310a3dac1deb6d9477cf1311a4786b6a881c Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Sun, 15 Aug 2021 15:57:46 +0200 Subject: [PATCH] Change disc image name --- config/{OverlayExample.cnf => 3dcam.cnf} | 0 config/{OverlayExample.xml => 3dcam.xml} | 4 ++-- isotest.sh | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) rename config/{OverlayExample.cnf => 3dcam.cnf} (100%) rename config/{OverlayExample.xml => 3dcam.xml} (89%) diff --git a/config/OverlayExample.cnf b/config/3dcam.cnf similarity index 100% rename from config/OverlayExample.cnf rename to config/3dcam.cnf diff --git a/config/OverlayExample.xml b/config/3dcam.xml similarity index 89% rename from config/OverlayExample.xml rename to config/3dcam.xml index 13a70ab..9c3b9a1 100644 --- a/config/OverlayExample.xml +++ b/config/3dcam.xml @@ -1,5 +1,5 @@ - + - + diff --git a/isotest.sh b/isotest.sh index c130db4..4a33b4e 100755 --- a/isotest.sh +++ b/isotest.sh @@ -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