mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-08 15:20:45 +01:00
Disable Dualcore in Geist
Fixes random crashes and unknown opcode errors.
This commit is contained in:
parent
10a95a4d5b
commit
e58d6f4f1f
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…
Reference in New Issue
Block a user