From 3d2ff2e1f5c11e2a3d0213d9de5c63683bf1af33 Mon Sep 17 00:00:00 2001 From: JMC47 Date: Sat, 24 Jul 2021 11:36:38 -0400 Subject: [PATCH] GameINI: Fix Garfield Hang The Garfield Show: TotSL hangs on story mission start with Dual Core most of the time. --- Data/Sys/GameSettings/SG7.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Data/Sys/GameSettings/SG7.ini diff --git a/Data/Sys/GameSettings/SG7.ini b/Data/Sys/GameSettings/SG7.ini new file mode 100644 index 0000000000..f8bf6961e2 --- /dev/null +++ b/Data/Sys/GameSettings/SG7.ini @@ -0,0 +1,14 @@ +# SG7PVL, SG7E20 - The Garfield Show: Threat of the Space Lasagna + +[Core] +# Garfield hangs on level start when Dual Core is enabled. +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.