From 40b08cb4b669025977ef1fd921045cddd8baac75 Mon Sep 17 00:00:00 2001 From: Brennen Shaughnessy Date: Sat, 15 Jul 2023 11:11:17 -0400 Subject: Android: Add option to always use WiFi to connect to remote debug --- platform/android/export/export.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'platform/android/export/export.cpp') diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp index 32b46271fd..682603e46b 100644 --- a/platform/android/export/export.cpp +++ b/platform/android/export/export.cpp @@ -53,6 +53,9 @@ void register_android_exporter() { EDITOR_DEF("export/android/shutdown_adb_on_exit", true); EDITOR_DEF("export/android/one_click_deploy_clear_previous_install", false); + + EDITOR_DEF("export/android/use_wifi_for_remote_debug", false); + EDITOR_DEF("export/android/wifi_remote_debug_host", "localhost"); #endif Ref exporter = Ref(memnew(EditorExportPlatformAndroid)); -- cgit v1.2.3