From 751fae49653719b945e2716c97ade225db4f5785 Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Fri, 13 Sep 2013 21:17:18 -0500 Subject: [PATCH] [Android] Make sure the default config file has fastmem disabled. --- Source/Android/assets/Dolphin.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Android/assets/Dolphin.ini b/Source/Android/assets/Dolphin.ini index 1ccac4d26e..87cb8139f7 100644 --- a/Source/Android/assets/Dolphin.ini +++ b/Source/Android/assets/Dolphin.ini @@ -10,7 +10,7 @@ CPUCore = 3 CPUThread = False GFXBackend = Software Renderer HLE_BS2 = False -Fastmem = True +Fastmem = False DSPThread = False DSPHLE = True SkipIdle = True