mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-12-28 02:01:47 +01:00
minor fixup
This commit is contained in:
parent
4a1bd8c20c
commit
002890c54a
@ -1,3 +1,7 @@
|
|||||||
|
v4.92:
|
||||||
|
- wiimmfi mario kart: check if user-provided input is correct
|
||||||
|
- wiimmfi generic: add generic wiimmfi patcher (only one game at a time)
|
||||||
|
|
||||||
v4.91:
|
v4.91:
|
||||||
- update my mail address
|
- update my mail address
|
||||||
- fixed downloading soundtracks
|
- fixed downloading soundtracks
|
||||||
|
@ -250,7 +250,7 @@ ask_input_image_wiimmfi () {
|
|||||||
|
|
||||||
echo "Choose Wii Game Image to wiimmfi"
|
echo "Choose Wii Game Image to wiimmfi"
|
||||||
|
|
||||||
for image in ${1}/RMC???.{iso,wbfs}; do
|
for image in ${1}/??????.{iso,wbfs}; do
|
||||||
if [[ -e ${image} && ! ${image} == "*/RMC*" ]]; then
|
if [[ -e ${image} && ! ${image} == "*/RMC*" ]]; then
|
||||||
echo " ${image##*/}"
|
echo " ${image##*/}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user