diff options
| author | icup321 <icup321@yahoo.com> | 2025-05-07 03:33:36 -0400 |
|---|---|---|
| committer | icup321 <icup321@yahoo.com> | 2025-05-07 03:33:36 -0400 |
| commit | 69f561e76cfa5b840aff7b64a5c67fa94eaecd93 (patch) | |
| tree | ce50e4332874eaf854341dcbcca2991d4d952370 /Data | |
| parent | c9bdda63dc624995406c37f4e29e3b8c4696e6d0 (diff) | |
GameINI: Disable Dual Core for Piglet's Big Game
Disable Dual Core for Piglet's Big Game and Winnie's Rumbly Tumbly Adventure to prevent game freezes.
Diffstat (limited to 'Data')
| -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. |
