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 57d9a3a + 52a8762 commit f271ce9Copy full SHA for f271ce9
scriptmodules/emulators/ppsspp.sh
@@ -141,9 +141,8 @@ function build_ppsspp() {
141
params+=(-DCMAKE_CXX_FLAGS="${CXXFLAGS/-DGL_GLEXT_PROTOTYPES/}")
142
elif isPlatform "tinker"; then
143
params+=(-DCMAKE_TOOLCHAIN_FILE="$md_data/tinker.armv7.cmake")
144
- elif isPlatform "vero4k"; then
145
- params+=(-DCMAKE_TOOLCHAIN_FILE="cmake/Toolchains/vero4k.armv8.cmake")
146
fi
+ isPlatform "vero4k" && params+=(-DCMAKE_TOOLCHAIN_FILE="cmake/Toolchains/vero4k.armv8.cmake")
147
if isPlatform "arm" && ! isPlatform "x11"; then
148
params+=(-DARM_NO_VULKAN=ON)
149
0 commit comments