diff options
Diffstat (limited to 'android/main.c')
-rw-r--r-- | android/main.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/android/main.c b/android/main.c index 4315c4e..03cc2a8 100644 --- a/android/main.c +++ b/android/main.c @@ -804,15 +804,6 @@ int main(int argc, char **argv) /* physical memory is now in hw->hw_ramSize */ - /* on Linux, the 'dynticks' clock sometimes doesn't work - * properly. this results in the UI freezing while emulation - * continues, for several seconds... - */ -#ifdef __linux__ - args[n++] = "-clock"; - args[n++] = "unix"; -#endif - args[n++] = "-android-avdname"; args[n++] = (char*) avdInfo_getName(avd); |