mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Android: Add option to always use WiFi to connect to remote debug
This commit is contained in:
committed by
Rémi Verschelde
parent
713bfaf5ea
commit
40b08cb4b6
@@ -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<EditorExportPlatformAndroid> exporter = Ref<EditorExportPlatformAndroid>(memnew(EditorExportPlatformAndroid));
|
||||
|
||||
Reference in New Issue
Block a user