mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
[Android-overlay] Add the new overlay icons. Support configuring them. Disable hardfloat since it has issues since Dalvik doesn't understand passing floats due to ABI differences.
This commit is contained in:
@ -289,10 +289,6 @@ if(ANDROID)
|
||||
set(USE_WAYLAND 0)
|
||||
set(USE_UPNP 0)
|
||||
set(USE_GLES3 1)
|
||||
if(ANDROID_NDK_ABI_NAME STREQUAL "armeabi-v7a")
|
||||
message("Enabling hard-float")
|
||||
add_definitions(-mhard-float)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# For now GLES and EGL are tied to each other.
|
||||
|
Reference in New Issue
Block a user