From 48a209d76e805bb40db51ad6f204884ae0f2461f Mon Sep 17 00:00:00 2001 From: Matheus Willder <46294160+matheuswillder@users.noreply.github.com> Date: Fri, 27 Jun 2025 20:47:28 -0300 Subject: [PATCH] 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. --- Data/Sys/GameSettings/GRA.ini | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Data/Sys/GameSettings/GRA.ini diff --git a/Data/Sys/GameSettings/GRA.ini b/Data/Sys/GameSettings/GRA.ini new file mode 100644 index 0000000000..0daf11d287 --- /dev/null +++ b/Data/Sys/GameSettings/GRA.ini @@ -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.