1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fix flickering issues with low processor mode on Android

This commit is contained in:
Fredia Huya-Kouadio
2022-03-27 17:55:52 -07:00
parent 11d40d76a3
commit 8ca32d1727
19 changed files with 2548 additions and 41 deletions

View File

@@ -18,4 +18,4 @@ target_include_directories(${PROJECT_NAME}
${GODOT_ROOT_DIR}
${GODOT_ROOT_DIR}/modules/gdnative/include)
add_definitions(-DUNIX_ENABLED -DTOOLS_ENABLED)
add_definitions(-DUNIX_ENABLED -DANDROID_ENABLED)

View File

@@ -29,8 +29,6 @@ android {
}
}
ndkVersion versions.ndkVersion
externalNativeBuild {
cmake {
path "CMakeLists.txt"