Fixed PCSX2 bios location in dir_prep

This commit is contained in:
Steam Deck User 2022-07-17 08:42:08 +02:00
parent 1fbad79859
commit b8286d4c12

View file

@ -109,7 +109,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"
dir_prep "$rdhome/bios" "$rdhome/bios/pcsx2/bios"
# MelonDS
echo "----------------------"