mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-13 04:00:29 +00:00
IOS7: Enable kFeatureCpuNEON in IOS7 backend
Make use of the NEON optimisations in iOS and tvOS.
This commit is contained in:
parent
76af53dc7f
commit
f943fba3d0
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user