mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-16 13:40:37 +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 kFeatureOpenGLForGame:
|
||||||
case kFeatureShadersForGame:
|
case kFeatureShadersForGame:
|
||||||
case kFeatureTouchscreen:
|
case kFeatureTouchscreen:
|
||||||
|
#ifdef SCUMMVM_NEON
|
||||||
|
case kFeatureCpuNEON:
|
||||||
|
#endif
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user