Merge pull request #342 from brooksytech/dolph_save_states
Dolph save states
This commit is contained in:
commit
6aacffd8da
2 changed files with 5 additions and 5 deletions
|
@ -72,7 +72,7 @@ ColumnState = True
|
|||
[Core]
|
||||
HLE_BS2 = False
|
||||
TimingVariance = 40
|
||||
CPUCore = 1
|
||||
CPUCore = 4
|
||||
Fastmem = True
|
||||
CPUThread = True
|
||||
DSPHLE = True
|
||||
|
|
|
@ -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