diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-09-13 21:17:18 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-09-13 21:17:40 -0500 |
| commit | 751fae49653719b945e2716c97ade225db4f5785 (patch) | |
| tree | 84539290b34f3cabbb413290bea1939e2ac2aa02 /Source/Android | |
| parent | f830b85d101653dc11a3d97cb7b8b679d8ac09ec (diff) | |
[Android] Make sure the default config file has fastmem disabled.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/assets/Dolphin.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
