WiiFlow_Lite/scripts/buildtype.sh
fix94.1 d61801fd3e -more work on the new wii game loader, hopefully you can use
cheats, save emu, nsmbw + pop patch, wanin cios and hermes cios,
and return to wiiflow again (works here with d2x again)
-fixed some important stuff in wiiflow itself, less corruption
of the dol and more static stuff to get it back to stability
2012-10-13 16:57:03 +00:00

9 lines
120 B
Bash

#!/bin/bash
#
echo buildtype.sh
FILENAME=source/loader/alt_ios_gen.h
cat <<EOF > $FILENAME
#define DOL_MAIN_IOS $1
EOF