mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 12:35:39 +00:00
Fixed RPCS3 proto loader
This commit is contained in:
parent
6bae283239
commit
5a4fad3c15
|
@ -43,8 +43,8 @@ for each folder in $rdhome/roms/ps3/emudir/dev_hdd0/game/
|
|||
Type=Application
|
||||
Terminal=false
|
||||
Name=$gamename
|
||||
Exec="source global.sh && rpcs3 --no-gui $rdhome/roms/ps3/emudir/dev_hdd0/game/$gameid"
|
||||
Icon="$rdhome/roms/ps3/emudir/dev_hdd0/game/$gameid/ICON0.PNG"
|
||||
Exec=rpcs3 --no-gui $rdhome/roms/ps3/emudir/dev_hdd0/game/$gameid
|
||||
Icon=$rdhome/roms/ps3/emudir/dev_hdd0/game/$gameid/ICON0.PNG
|
||||
EOF
|
||||
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue