Merge pull request #2846 from fewtarius/dev

Fix missing directory that breaks configuration.
This commit is contained in:
fewtarius 2024-02-07 10:51:29 -05:00 committed by GitHub
commit 6c7c0093d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,12 @@ jslisten set "-9 Vita3K"
#Check if vita3k folder exists in /storage/.config/vita3k
if [ ! -d "/storage/.config/vita3k" ]; then
mkdir -p "/storage/.config/vita3k"
cp -r "/usr/config/vita3k" "/storage/.config/"
cp -r "/usr/config/vita3k" "/storage/.config/"
fi
if [ ! -d "/storage/.config/vita3k/lang/user" ]
then
mkdir -p "/storage/.config/vita3k/lang/user"
fi
#Check if vita3k folder exists in /storage/roms/psvita