No longer need this fix

This commit is contained in:
mason 2023-05-22 13:48:57 +00:00
parent 5fb4bbee5d
commit 2a615187ed
No known key found for this signature in database
GPG key ID: 84D9278A11FA112B

View file

@ -21,9 +21,6 @@ if [ ! -d "/storage/roms/savestates/ps2" ]; then
mkdir -p "/storage/roms/savestastes/ps2"
fi
#Prep PCSX2.ini for audio
sed -i '/^BackendName =/c\BackendName =' /storage/.config/aethersx2/inis/PCSX2.ini
#Set the cores to use
CORES=$(get_setting "cores" "${PLATFORM}" "${ROMNAME##*/}")
if [ "${CORES}" = "little" ]