RetroArch/wiiu/net.sh
2016-10-28 00:28:44 +01:00

5 lines
148 B
Bash
Executable File

export WIILOAD=tcp:$1
powerpc-eabi-strip retroarch_wiiu.elf -o retroarch_wiiu_stripped.elf
wiiload retroarch_wiiu_stripped.elf
netcat -p 4405 -l $1