PCSX2: fixed bios folder

This commit is contained in:
XargonWan 2022-09-11 23:04:04 +02:00 committed by GitHub
parent 30d4ec88f8
commit 146b9360c4

View file

@ -110,7 +110,7 @@ standalones_init() {
dir_prep "$rdhome/states" "/var/config/PCSX2/sstates"
dir_prep "$rdhome/screenshots" "/var/config/PCSX2/snaps"
dir_prep "$rdhome/.logs" "/var/config/PCSX2/logs"
dir_prep "$rdhome/bios" "$rdhome/bios/pcsx2/bios"
dir_prep "$rdhome/bios" "$rdhome/bios/pcsx2"
# MelonDS
echo "----------------------"