diff options
| author | JMC47 <JMC4789@gmail.com> | 2025-05-12 17:54:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-12 17:54:39 -0400 |
| commit | c260082cd6847d17a5a6013828bc1fc6ca28e6c3 (patch) | |
| tree | 775c57617a8ec8dc2ed9a18fa69a6fefcbf74541 | |
| parent | cf3702cbc8be1a1bd353b4766e50687719d2a20c (diff) | |
| parent | 69f561e76cfa5b840aff7b64a5c67fa94eaecd93 (diff) | |
Merge pull request #13636 from icup321/master
GameINI: Disable Dual Core for Piglet's Big Game
| -rw-r--r-- | Data/Sys/GameSettings/GPL.ini | 11 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/GWH.ini | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/GPL.ini b/Data/Sys/GameSettings/GPL.ini new file mode 100644 index 0000000000..700f2e8328 --- /dev/null +++ b/Data/Sys/GameSettings/GPL.ini @@ -0,0 +1,11 @@ +# GPLE9G, GPLP9G, GPLD9G, GPLF9G - Piglet's Big Game + +[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. diff --git a/Data/Sys/GameSettings/GWH.ini b/Data/Sys/GameSettings/GWH.ini new file mode 100644 index 0000000000..2756154178 --- /dev/null +++ b/Data/Sys/GameSettings/GWH.ini @@ -0,0 +1,11 @@ +# GWHP41, GWHE41 - Winnie the Pooh's Rumbly Tumbly Adventure + +[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. |
