Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Make sure the default config file has fastmem disabled.
  • Loading branch information
Sonicadvance1 committed Sep 14, 2013
1 parent f830b85 commit 751fae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Android/assets/Dolphin.ini
Expand Up @@ -10,7 +10,7 @@ CPUCore = 3
CPUThread = False
GFXBackend = Software Renderer
HLE_BS2 = False
Fastmem = True
Fastmem = False
DSPThread = False
DSPHLE = True
SkipIdle = True
Expand Down

0 comments on commit 751fae4

Please sign in to comment.