Skip to content

Commit

Permalink
NSW: fixed registered folder
Browse files Browse the repository at this point in the history
  • Loading branch information
XargonWan committed May 16, 2022
1 parent 3fb42ca commit 9ae1c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retrodeck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ then
ln -s ~/retrodeck/bios/switch/keys /var/data/yuzu/keys
mkdir -p /var/data/yuzu/nand/system/Contents/registered/
rm ~/retrodeck/bios/switch/registered
ln -s data/yuzu/nand/system/Contents/registered/ ~/retrodeck/bios/switch/registered
ln -s /var/data/yuzu/nand/system/Contents/registered/ ~/retrodeck/bios/switch/registered
cp $emuconfigs/yuzu-qt-config.ini /var/config/yuzu/qt-config.ini

# Dolphin
Expand Down

0 comments on commit 9ae1c5b

Please sign in to comment.