IOS7: Enable kFeatureCpuNEON in IOS7 backend

Make use of the NEON optimisations in iOS and tvOS.
This commit is contained in:
Lars Sundström 2023-08-29 14:58:15 +02:00 committed by Eugene Sandulenko
parent 76af53dc7f
commit f943fba3d0

View File

@ -160,6 +160,9 @@ bool OSystem_iOS7::hasFeature(Feature f) {
case kFeatureOpenGLForGame:
case kFeatureShadersForGame:
case kFeatureTouchscreen:
#ifdef SCUMMVM_NEON
case kFeatureCpuNEON:
#endif
return true;
default: