From e58d6f4f1fb2911eb583daa1ebcf1d01986ea14d Mon Sep 17 00:00:00 2001 From: JMC47 Date: Wed, 26 Jun 2024 01:53:47 -0400 Subject: [PATCH] Disable Dualcore in Geist Fixes random crashes and unknown opcode errors. --- Data/Sys/GameSettings/GIT.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Data/Sys/GameSettings/GIT.ini diff --git a/Data/Sys/GameSettings/GIT.ini b/Data/Sys/GameSettings/GIT.ini new file mode 100644 index 0000000000..0dff27858d --- /dev/null +++ b/Data/Sys/GameSettings/GIT.ini @@ -0,0 +1,16 @@ +# GITP01, GITE01 - Geist + +[Core] +# Values set here will override the main Dolphin settings. +# The game has random crashes and tons of unknown opcodes +# when using Dualcore. +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.