Skip to content

Commit bb97aea

Browse files
authored
Merge pull request #3808 from joolswills/retroarch_videocore_switchres
retroarch - use --disable-crtswitchres on videocore
2 parents 3c746ea + e33f0ac commit bb97aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scriptmodules/emulators/retroarch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ function build_retroarch() {
5252
isPlatform "gles31" && params+=(--enable-opengles3_1)
5353
isPlatform "gles32" && params+=(--enable-opengles3_2)
5454
fi
55+
isPlatform "videocore" && params+=(--disable-crtswitchres)
5556
isPlatform "rpi" && isPlatform "mesa" && params+=(--disable-videocore)
5657
# Temporarily block dispmanx support for fkms until upstream support is fixed
5758
isPlatform "dispmanx" && ! isPlatform "kms" && params+=(--enable-dispmanx --disable-opengl1)

0 commit comments

Comments
 (0)