mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-13 21:12:09 +00:00
GameINI: Disable Dual Core for Rally Championship
When selecting cars, this game crashes with GFX FIFO: Unknown Opcode. This is solved by disabling Dual Core, as the error message suggests. There is no information about this on the Wiki, just a link to a gameplay on YouTube. This is my first PR here and one of the first ones on GitHub. Due to personal issues I don't have much free time to dedicate to this, but I'm doing my best to get everything right.
This commit is contained in:
parent
43aa7e9b96
commit
48a209d76e
1 changed files with 11 additions and 0 deletions
11
Data/Sys/GameSettings/GRA.ini
Normal file
11
Data/Sys/GameSettings/GRA.ini
Normal file
|
@ -0,0 +1,11 @@
|
|||
# GRAE5Z, GRAP75 - Rally Championship
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
CPUThread = False
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
Loading…
Add table
Add a link
Reference in a new issue