mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-17 22:35:39 +00:00
WRAPPER: was not generating the yuzu registered folder
This commit is contained in:
parent
8e25dd8d3a
commit
96bf3f08c6
|
@ -84,7 +84,7 @@ standalones_init() {
|
|||
# initializing the keys folder
|
||||
dir_prep "$rdhome/bios/switch/keys" "/var/data/yuzu/keys"
|
||||
# initializing the firmware folder
|
||||
dir_prep "$rdhome/bios/switch/registered" "/var/data/yuzu/nand/system/Contents/registered/"
|
||||
dir_prep "$rdhome/bios/switch/registered" "/var/data/yuzu/nand/system/Contents/registered"
|
||||
# configuring Yuzu
|
||||
mkdir -pv /var/config/yuzu/
|
||||
cp -fv $emuconfigs/yuzu-qt-config.ini /var/config/yuzu/qt-config.ini
|
||||
|
|
Loading…
Reference in a new issue