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.
1 parent 658ef14 commit 60f6874Copy full SHA for 60f6874
scriptmodules/supplementary/emulationstation.sh
@@ -178,8 +178,10 @@ function build_emulationstation() {
178
fi
179
elif isPlatform "gles"; then
180
params+=(-DGLES=On)
181
+ ! isPlatform "gles2" && params+=(-DUSE_GLES1=On)
182
elif isPlatform "gl"; then
183
params+=(-DGL=On)
184
+ isPlatform "gl2" && params+=(-DUSE_GL21=On)
185
186
if isPlatform "dispmanx"; then
187
params+=(-DOMX=On)
0 commit comments