mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2025-02-17 17:16:22 +01:00
prepare to support other stuff than just riivolution patching
This commit is contained in:
parent
e917557f2a
commit
936b6eca0d
@ -40,6 +40,8 @@ case ${GAME} in
|
||||
|
||||
esac
|
||||
|
||||
case ${GAME_TYPE} in
|
||||
"RIIVOLUTION" )
|
||||
show_notes
|
||||
download_soundtrack
|
||||
cleanup_prebuild
|
||||
@ -61,3 +63,5 @@ if [[ ${CUSTOMID} ]]; then
|
||||
else
|
||||
${WIT} cp -v -B ${WORKDIR} ${GAMEID}.wbfs -vv --disc-id=${GAMEID} ${TMD_OPTS} --name "${GAMENAME}"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
@ -10,6 +10,7 @@ RIIVOLUTION_DIR="Another"
|
||||
GAMENAME="Another Super Mario Brothers Wii 2.0"
|
||||
XML_SOURCE="${RIIVOLUTION_DIR}"
|
||||
XML_FILE="Riivolution/Another.xml"
|
||||
GAME_TYPE=RIIVOLUTION
|
||||
|
||||
show_notes () {
|
||||
|
||||
|
@ -10,6 +10,7 @@ RIIVOLUTION_DIR="XmasNewer"
|
||||
GAMENAME="Newer: Holiday Special"
|
||||
XML_SOURCE="${RIIVOLUTION_DIR}"
|
||||
XML_FILE="riivolution/Xmas"
|
||||
GAME_TYPE=RIIVOLUTION
|
||||
|
||||
show_notes () {
|
||||
|
||||
|
@ -10,6 +10,7 @@ RIIVOLUTION_DIR="NewerFiles"
|
||||
GAMENAME="Newer SMB"
|
||||
XML_SOURCE="${RIIVOLUTION_DIR}"/NewerSMBW/
|
||||
XML_FILE="${RIIVOLUTION_DIR}"/riivolution/NewerSMBW.xml
|
||||
GAME_TYPE=RIIVOLUTION
|
||||
|
||||
show_notes () {
|
||||
|
||||
|
@ -10,6 +10,7 @@ RIIVOLUTION_DIR="Newer Summer Sun"
|
||||
GAMENAME="Newer Summer Sun"
|
||||
XML_SOURCE="${RIIVOLUTION_DIR}"/SumSun/
|
||||
XML_FILE="${RIIVOLUTION_DIR}"/riivolution/SumSun
|
||||
GAME_TYPE=RIIVOLUTION
|
||||
|
||||
show_notes () {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user