mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 18:16:57 +01:00
don't enforce our szs on RMCP23--
This commit is contained in:
parent
920e9b7dd7
commit
4e01d8b991
@ -32,9 +32,6 @@ v5.4.0:
|
|||||||
This is useful when the supplied ones don't work with your system's
|
This is useful when the supplied ones don't work with your system's
|
||||||
libpng (usually this happens on non-recent Debian GNU/Linux).
|
libpng (usually this happens on non-recent Debian GNU/Linux).
|
||||||
.
|
.
|
||||||
If patching anything older than RMCP23 (pre-wiimmfi versions) the tools
|
|
||||||
will always be overriden (because they are ancient).
|
|
||||||
.
|
|
||||||
If creating anything newer than RMCP26 (2015 versions) the tools will
|
If creating anything newer than RMCP26 (2015 versions) the tools will
|
||||||
be never overriden (for now, does not work yet).
|
be never overriden (for now, does not work yet).
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ build_mkwiimm () {
|
|||||||
esac
|
esac
|
||||||
chmod +x *.sh
|
chmod +x *.sh
|
||||||
|
|
||||||
if [[ (${MKWIIMM_OVERRIDE_SZS} == "TRUE" && ${MY_ID} -lt 27) || ${MY_ID} -lt 23 ]]; then
|
if [[ ${MKWIIMM_OVERRIDE_SZS} == "TRUE" && ${MY_ID} -lt 27 ]]; then
|
||||||
cp -r ${PATCHIMAGE_SCRIPT_DIR}/../override/* ${PWD}/bin/
|
cp -r ${PATCHIMAGE_SCRIPT_DIR}/../override/* ${PWD}/bin/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user