No longer need this fix
This commit is contained in:
parent
5fb4bbee5d
commit
2a615187ed
1 changed files with 0 additions and 3 deletions
|
@ -21,9 +21,6 @@ if [ ! -d "/storage/roms/savestates/ps2" ]; then
|
||||||
mkdir -p "/storage/roms/savestastes/ps2"
|
mkdir -p "/storage/roms/savestastes/ps2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Prep PCSX2.ini for audio
|
|
||||||
sed -i '/^BackendName =/c\BackendName =' /storage/.config/aethersx2/inis/PCSX2.ini
|
|
||||||
|
|
||||||
#Set the cores to use
|
#Set the cores to use
|
||||||
CORES=$(get_setting "cores" "${PLATFORM}" "${ROMNAME##*/}")
|
CORES=$(get_setting "cores" "${PLATFORM}" "${ROMNAME##*/}")
|
||||||
if [ "${CORES}" = "little" ]
|
if [ "${CORES}" = "little" ]
|
||||||
|
|
Loading…
Reference in a new issue