diff options
| author | JMC47 <JMC4789@gmail.com> | 2024-06-26 01:53:47 -0400 |
|---|---|---|
| committer | JMC47 <JMC4789@gmail.com> | 2024-06-26 01:53:47 -0400 |
| commit | e58d6f4f1fb2911eb583daa1ebcf1d01986ea14d (patch) | |
| tree | 1371ea096dbba89ae46bb71af6b120a1979015d2 /Data/Sys | |
| parent | 10a95a4d5bb960d5df87ffbe1cdc8cdde34870a4 (diff) | |
Disable Dualcore in Geist
Fixes random crashes and unknown opcode errors.
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/GIT.ini | 16 |
1 files changed, 16 insertions, 0 deletions
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. |
