aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
diff options
context:
space:
mode:
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vl.c b/vl.c
index adb708c..98d2fa3 100644
--- a/vl.c
+++ b/vl.c
@@ -116,12 +116,8 @@ extern void android_emulation_teardown( void );
#ifdef TARGET_PPC
#define DEFAULT_RAM_SIZE 144
#else
-#if 1 /* Android */
-#define DEFAULT_RAM_SIZE 96
-#else
#define DEFAULT_RAM_SIZE 128
#endif
-#endif
/* in ms */
#define GUI_REFRESH_INTERVAL (1000/60)