[Android] Make sure the default config file has fastmem disabled.

This commit is contained in:
Ryan Houdek 2013-09-13 21:17:18 -05:00
parent f830b85d10
commit 751fae4965
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CPUCore = 3
CPUThread = False
GFXBackend = Software Renderer
HLE_BS2 = False
Fastmem = True
Fastmem = False
DSPThread = False
DSPHLE = True
SkipIdle = True