We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 432884a + 747fc75 commit c39ad05Copy full SHA for c39ad05
scriptmodules/libretrocores/lr-ppsspp.sh
@@ -44,6 +44,11 @@ function configure_lr-ppsspp() {
44
mkUserDir "$biosdir/PPSSPP"
45
cp -Rv "$md_inst/assets/"* "$biosdir/PPSSPP/"
46
chown -R $user:$user "$biosdir/PPSSPP"
47
+
48
+ # the core needs a save file directory, use the same folder as standalone 'ppsspp'
49
+ iniConfig " = " "" "$configdir/psp/retroarch.cfg"
50
+ iniSet "savefile_directory" "$home/.config/ppsspp"
51
+ mkUserDir "$home/.config/ppsspp"
52
fi
53
54
addEmulator 1 "$md_id" "psp" "$md_inst/ppsspp_libretro.so"
0 commit comments