remove duplicated function

This commit is contained in:
Christopher Roy Bratusek 2016-08-07 11:23:50 +02:00
parent 7e55b62962
commit 38c46c233b

View File

@ -141,20 +141,6 @@ patchimage_ips () {
fi fi
} }
patchimage_ips () {
show_notes
check_input_rom
if [[ -f ${PATCH} ]]; then
ext="${ROM/*.}"
cp "${ROM}" "${GAMENAME}.${ext}"
"${IPS}" a "${PATCH}" "${GAMENAME}.${ext}" || exit 51
else
echo -e "error: patch (${PATCH}) could not be found"
exit 21
fi
}
patchimage_hans () { patchimage_hans () {
show_notes show_notes