From 755811e67c266333807571f798b62b6916611f87 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Mon, 7 Feb 2011 13:38:25 +0100 Subject: Rename emulator_config_xxx to user_config_xxx Change-Id: Icfcef72a02e388f2aa87b97f004ed43715fc9f30 --- android/main-common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'android/main-common.h') diff --git a/android/main-common.h b/android/main-common.h index b797f6a..c5131df 100644 --- a/android/main-common.h +++ b/android/main-common.h @@ -22,10 +22,10 @@ /** Emulator user configuration (e.g. last window position) **/ -void emulator_config_init( void ); -void emulator_config_done( void ); +void user_config_init( void ); +void user_config_done( void ); -void emulator_config_get_window_pos( int *window_x, int *window_y ); +void user_config_get_window_pos( int *window_x, int *window_y ); #define ONE_MB (1024*1024) -- cgit v1.1