Add save states
This commit is contained in:
parent
8c1cd92f7d
commit
4248370525
1 changed files with 4 additions and 4 deletions
|
@ -10,12 +10,12 @@ if [ ! -d "/storage/.config/dolphin-emu" ]; then
|
|||
cp -r "/usr/config/dolphin-emu" "/storage/.config/"
|
||||
fi
|
||||
|
||||
if [ ! -d "/storage/.config/dolphin-emu/StateSaves" ]; then
|
||||
mkdir -p "/storage/.config/dolphin-emu/StateSaves"
|
||||
fi
|
||||
|
||||
rm -rf /storage/.local/share/dolphin-emu
|
||||
|
||||
ln -sfv /storage/.config/dolphin-emu /storage/.local/share/dolphin-emu
|
||||
|
||||
performance
|
||||
|
||||
/usr/bin/dolphin-emu-nogui -p drm -a HLE -e "${1}"
|
||||
|
||||
interactive
|
||||
|
|
Loading…
Reference in a new issue