mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Merge pull request #13636 from icup321/master
GameINI: Disable Dual Core for Piglet's Big Game
This commit is contained in:
11
Data/Sys/GameSettings/GPL.ini
Normal file
11
Data/Sys/GameSettings/GPL.ini
Normal file
@ -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.
|
11
Data/Sys/GameSettings/GWH.ini
Normal file
11
Data/Sys/GameSettings/GWH.ini
Normal file
@ -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.
|
Reference in New Issue
Block a user