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 c39ad05 + 682c929 commit 5255c5bCopy full SHA for 5255c5b
scriptmodules/emulators/ppsspp.sh
@@ -128,7 +128,7 @@ function build_ppsspp() {
128
local params=()
129
if isPlatform "videocore"; then
130
if isPlatform "armv6"; then
131
- params+=(-DCMAKE_TOOLCHAIN_FILE=cmake/Toolchains/raspberry.armv6.cmake -DFORCED_CPU=armv6)
+ params+=(-DCMAKE_TOOLCHAIN_FILE=cmake/Toolchains/raspberry.armv6.cmake -DFORCED_CPU=armv6 -DATOMIC_LIB=atomic)
132
else
133
params+=(-DCMAKE_TOOLCHAIN_FILE=cmake/Toolchains/raspberry.armv7.cmake)
134
fi
0 commit comments