mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Fixed PCSX2 bios location in dir_prep
This commit is contained in:
parent
1fbad79859
commit
b8286d4c12
|
@ -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 "----------------------"
|
||||
|
|
Loading…
Reference in a new issue