Shouldn't check for ANDROID here.

This commit is contained in:
Henrik Rydgard 2014-03-23 00:05:25 +01:00
parent 7d938102a5
commit f549ce9b2a

View File

@ -213,9 +213,7 @@ void NativeInit(int argc, const char *argv[],
monstartup("ppsspp_jni.so");
#endif
#ifdef ANDROID
InitFastMath(cpu_info.bNEON);
#endif
bool skipLogo = false;
EnableFZ();