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 5e2b98f + 36f797e commit d1e71fdCopy full SHA for d1e71fd
scriptmodules/libretrocores/lr-vice.sh
@@ -66,6 +66,11 @@ function configure_lr-vice() {
66
67
[[ "$md_mode" == "remove" ]] && return
68
69
+ if isPlatform "arm"; then
70
+ setRetroArchCoreOption "vice_sid_engine" "FastSID"
71
+ isPlatform "armv6" && setRetroArchCoreOption "vice_sound_sample_rate" "22050"
72
+ fi
73
+
74
cp -R "$md_inst/data" "$biosdir"
75
chown -R $user:$user "$biosdir/data"
76
}
0 commit comments