Merge pull request #12939 from Avasam/patch-1
Disable Dual Core in Death Jr.: Root of Evil
This commit is contained in:
commit
9175665198
|
@ -0,0 +1,15 @@
|
||||||
|
# RDJE4F, RDJP4F - Death Jr: Root of Evil
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Death Jr.: Root of Evil locks up after minutes of gameplay when Dual Core is enabled.
|
||||||
|
# https://bugs.dolphin-emu.org/issues/13544
|
||||||
|
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