Add save states

This commit is contained in:
Brooksytech 2022-08-12 05:44:03 -07:00 committed by GitHub
parent 8c1cd92f7d
commit 4248370525
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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