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 49731df + 191631b commit d0200ecCopy full SHA for d0200ec
scriptmodules/libretrocores/lr-scummvm.sh
@@ -72,6 +72,9 @@ function configure_lr-scummvm() {
72
# enable speed hack core option if running in arm platform
73
isPlatform "arm" && setRetroArchCoreOption "scummvm_speed_hack" "enabled"
74
75
+ # on videocore platforms, disable the HW GL context since it leads to a crash
76
+ isPlatform "videocore" && setRetroArchCoreOption "scummvm_video_hw_acceleration" "disabled"
77
+
78
# create retroarch launcher for lr-scummvm with support for rom directories
79
# containing svm files inside (for direct game directory launching in ES)
80
cat > "$md_inst/romdir-launcher.sh" << _EOF_
0 commit comments