Skip to content

Commit d0200ec

Browse files
authored
Merge pull request #3973 from cmitu/lr-scummvm-gl2
lr-scummvm: disable GL(ES) context creation with legacy drivers
2 parents 49731df + 191631b commit d0200ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scriptmodules/libretrocores/lr-scummvm.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ function configure_lr-scummvm() {
7272
# enable speed hack core option if running in arm platform
7373
isPlatform "arm" && setRetroArchCoreOption "scummvm_speed_hack" "enabled"
7474

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+
7578
# create retroarch launcher for lr-scummvm with support for rom directories
7679
# containing svm files inside (for direct game directory launching in ES)
7780
cat > "$md_inst/romdir-launcher.sh" << _EOF_

0 commit comments

Comments
 (0)