Merge pull request #342 from brooksytech/dolph_save_states

Dolph save states
This commit is contained in:
Brooksytech 2022-08-12 06:15:38 -07:00 committed by GitHub
commit 6aacffd8da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -72,7 +72,7 @@ ColumnState = True
[Core]
HLE_BS2 = False
TimingVariance = 40
CPUCore = 1
CPUCore = 4
Fastmem = True
CPUThread = True
DSPHLE = True

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