Merge pull request #12892 from JMC47/geistini
Disable Dualcore in Geist
This commit is contained in:
commit
2f30ff6970
|
@ -0,0 +1,16 @@
|
|||
# GITP01, GITE01 - Geist
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
# The game has random crashes and tons of unknown opcodes
|
||||
# when using Dualcore.
|
||||
CPUThread = False
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
Loading…
Reference in New Issue