mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-12 13:51:27 +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
|