mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Change the android-x86 optimization setting according to a forum post
This commit is contained in:
parent
77fad1572c
commit
0e8193134c
2 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -30,8 +30,4 @@ public class PpssppActivity extends NativeActivity {
|
|||
super.onStop();
|
||||
EasyTracker.getInstance(this).activityStop(this);
|
||||
}
|
||||
|
||||
public boolean overrideKeys() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue