mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
Disable Dual Core in Death Jr.: Root of Evil
This commit is contained in:
parent
cc3ff347b4
commit
130d594c82
1 changed files with 15 additions and 0 deletions
15
Data/Sys/GameSettings/RDJ.ini
Normal file
15
Data/Sys/GameSettings/RDJ.ini
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue