Update rpcs3 functions

This commit is contained in:
Phantop 2018-12-06 19:45:58 -05:00
parent 1c117460c1
commit 08191a05a0
4 changed files with 15 additions and 4 deletions

View File

@ -1,5 +1,6 @@
# Defined in /tmp/fish.SbwYNN/rpcs3.fish @ line 1
# Defined in /tmp/fish.pX4L2Z/rpcs3.fish @ line 2
function rpcs3
cd $D/Games/Emulators/rpcs3/
wget -O- -o /dev/tty https://rpcs3.net/download | grep -o -m1 https://rpcs3.net/cdn/builds/rpcs3-v.\*_linux64.AppImage
./rpcs3
rm *log*
end

View File

@ -0,0 +1,10 @@
# Defined in /tmp/fish.CYevIG/rpcs3dl.fish @ line 2
function rpcs3dl
cd $D/Games/Emulators/rpcs3/
rm ./*.AppImage
wget (wget -O- -o /dev/tty https://rpcs3.net/download | grep -o -m1 https://rpcs3.net/cdn/builds/rpcs3-v.\*_linux64.AppImage)
chmod +x *.AppImage
rm rpcs3
ln -s *.AppImage rpcs3
rpcs3
end

@ -1 +1 @@
Subproject commit 92668b6beb9462f46b9e5d0126a33ee46dcb49cf
Subproject commit 3db564f7742360a870679ef6c63361371646fed8

@ -1 +1 @@
Subproject commit c905a5d7b87051e574c2e72fae57e56c456ba2f4
Subproject commit 743b849dcf7e0571831edbaaa73b5ef1b5cb11ac