mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-25 12:17:04 +00:00
5 lines
148 B
Bash
Executable File
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
|