diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2025-07-01 23:09:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-01 23:09:07 +0200 |
| commit | b03a7821f2d1dccf0f33045541b006d1d4a67fac (patch) | |
| tree | 6e9895c4ba109913bd01d6450dd0d8c654cfa02b | |
| parent | a84fa387de6e812578b98d9cfbbcd0b7644640d1 (diff) | |
| parent | 48a209d76e805bb40db51ad6f204884ae0f2461f (diff) | |
Merge pull request #13778 from matheuswillder/GameINI-Disable-Dual-Core-for-Rally-Championship
GameINI: Disable Dual Core for Rally Championship
| -rw-r--r-- | Data/Sys/GameSettings/GRA.ini | 11 |
1 files changed, 11 insertions, 0 deletions
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. |
