mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
[Android] Make sure the default config file has fastmem disabled.
This commit is contained in:
parent
f830b85d10
commit
751fae4965
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ CPUCore = 3
|
||||||
CPUThread = False
|
CPUThread = False
|
||||||
GFXBackend = Software Renderer
|
GFXBackend = Software Renderer
|
||||||
HLE_BS2 = False
|
HLE_BS2 = False
|
||||||
Fastmem = True
|
Fastmem = False
|
||||||
DSPThread = False
|
DSPThread = False
|
||||||
DSPHLE = True
|
DSPHLE = True
|
||||||
SkipIdle = True
|
SkipIdle = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue