Change the android-x86 optimization setting according to a forum post

This commit is contained in:
Henrik Rydgard 2013-10-29 16:47:36 +01:00
parent 77fad1572c
commit 0e8193134c
2 changed files with 3 additions and 7 deletions

View File

@ -45,5 +45,5 @@ ifeq ($(TARGET_ARCH_ABI),x86)
LOCAL_LDLIBS += $(LOCAL_PATH)/../../ffmpeg/android/x86/lib/libavutil.a
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../ffmpeg/android/x86/include
LOCAL_CFLAGS := $(LOCAL_CFLAGS) -D_M_IX86 -fomit-frame-pointer -mtune=atom -mssse3
endif
LOCAL_CFLAGS := $(LOCAL_CFLAGS) -D_M_IX86 -fomit-frame-pointer -mtune=atom -mfpmath=sse
endif

View File

@ -30,8 +30,4 @@ public class PpssppActivity extends NativeActivity {
super.onStop();
EasyTracker.getInstance(this).activityStop(this);
}
public boolean overrideKeys() {
return false;
}
}
}