From 130d594c82fdf13af0bcb5bd928570105821971a Mon Sep 17 00:00:00 2001 From: Avasam Date: Tue, 16 Jul 2024 21:50:22 -0400 Subject: [PATCH] Disable Dual Core in Death Jr.: Root of Evil --- Data/Sys/GameSettings/RDJ.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Data/Sys/GameSettings/RDJ.ini diff --git a/Data/Sys/GameSettings/RDJ.ini b/Data/Sys/GameSettings/RDJ.ini new file mode 100644 index 000000000000..9ec8e83cf737 --- /dev/null +++ b/Data/Sys/GameSettings/RDJ.ini @@ -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.