From c3f3d2b6bada607b8f6aa47e3a7ff2bd41d9f2f4 Mon Sep 17 00:00:00 2001 From: JMC47 Date: Wed, 26 Oct 2022 15:59:11 -0400 Subject: [PATCH] Enable slight CPU Overclock for Manhunt 2 Fixes video hangs in single core and unknown opcodes during FMVs in Dualcore. --- Data/Sys/GameSettings/RHT.ini | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Data/Sys/GameSettings/RHT.ini diff --git a/Data/Sys/GameSettings/RHT.ini b/Data/Sys/GameSettings/RHT.ini new file mode 100644 index 0000000000..3ec21dad2d --- /dev/null +++ b/Data/Sys/GameSettings/RHT.ini @@ -0,0 +1,23 @@ +# RHTP54, RHTE54 - Manhunt 2 + +[Core] +# HACK: FMVs will lockup at the default CPU clock rate. +# Enable a CPU clock override to allow the game to progress. + +OverclockEnable = True +Overclock = 1.25 + +[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. + +[Video_Settings] +# Add video settings here. + +[Video_Hacks] +# Add video hacks here.