mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-03 00:06:47 +00:00
(WiiU) fix wiiload script.
This commit is contained in:
parent
deb9ea4453
commit
225edffce1
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [$1 -eq ''] ; then
|
||||
if [ -z $1 ] ; then
|
||||
echo
|
||||
echo "usage: $0 <WiiU-ip> <elf>"
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user