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 3c746ea + e33f0ac commit bb97aeaCopy full SHA for bb97aea
scriptmodules/emulators/retroarch.sh
@@ -52,6 +52,7 @@ function build_retroarch() {
52
isPlatform "gles31" && params+=(--enable-opengles3_1)
53
isPlatform "gles32" && params+=(--enable-opengles3_2)
54
fi
55
+ isPlatform "videocore" && params+=(--disable-crtswitchres)
56
isPlatform "rpi" && isPlatform "mesa" && params+=(--disable-videocore)
57
# Temporarily block dispmanx support for fkms until upstream support is fixed
58
isPlatform "dispmanx" && ! isPlatform "kms" && params+=(--enable-dispmanx --disable-opengl1)
0 commit comments