mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Shouldn't check for ANDROID here.
This commit is contained in:
parent
7d938102a5
commit
f549ce9b2a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user