mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Disable Dualcore in Geist
Fixes random crashes and unknown opcode errors.
This commit is contained in:
parent
10a95a4d5b
commit
e58d6f4f1f
1 changed files with 16 additions and 0 deletions
16
Data/Sys/GameSettings/GIT.ini
Normal file
16
Data/Sys/GameSettings/GIT.ini
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue