aboutsummaryrefslogtreecommitdiffstats
path: root/android/qemulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/qemulator.c')
-rw-r--r--android/qemulator.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/android/qemulator.c b/android/qemulator.c
index f6dc550..4d6c771 100644
--- a/android/qemulator.c
+++ b/android/qemulator.c
@@ -593,3 +593,10 @@ android_emulator_set_window_scale( double scale, int is_dpi )
skin_window_set_scale( emulator->window, scale );
}
+
+void
+android_emulator_set_base_port( int port )
+{
+ android_base_port = port;
+ qemulator_set_title(qemulator);
+}