mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Merge pull request #9953 from JMC47/garfieldini
GameINI: Fix Garfield Hang
This commit is contained in:
commit
dfea9d0275
1 changed files with 14 additions and 0 deletions
14
Data/Sys/GameSettings/SG7.ini
Normal file
14
Data/Sys/GameSettings/SG7.ini
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# SG7PVL, SG7E20 - The Garfield Show: Threat of the Space Lasagna
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Garfield hangs on level start when Dual Core is enabled.
|
||||||
|
CPUThread = False
|
||||||
|
|
||||||
|
[OnLoad]
|
||||||
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
Loading…
Add table
Add a link
Reference in a new issue