mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
d61801fd3e
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
9 lines
120 B
Bash
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
|