mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
PCSX2: fixed bios folder
This commit is contained in:
parent
30d4ec88f8
commit
146b9360c4
|
@ -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 "----------------------"
|
||||
|
|
Loading…
Reference in a new issue