mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
GameSettings: remove patches for "Wallace & Gromit in Project Zoo"
These patches were added inbde9a459cd
and enabled by default in36ecfdd6b5
. They allowed the game to run in Dolphin but disabled dynamic shadows. The game adds 4 to the start address of otherwise valid display lists for no obvious reason. Now that Dolphin forces 32-byte alignment these patches are no longer needed.
This commit is contained in:
@ -192,14 +192,6 @@
|
||||
"title": "MVP Baseball 2004",
|
||||
"3159CA79B0A890131763EA6CB163684BEE886E3F": "Fix 2D Rendering"
|
||||
},
|
||||
"GWLE6L": {
|
||||
"title": "Project Zoo",
|
||||
"C9101E4C6800FEEF18136846D771273593C21890": "Bypass FIFO reset"
|
||||
},
|
||||
"GWLX6L": {
|
||||
"title": "Project Zoo",
|
||||
"89C15ADC918F3A4399257534F326EB9F933AF040": "Bypass FIFO reset"
|
||||
},
|
||||
"GXXE01": {
|
||||
"title": "Pokémon XD: Gale of Darkness",
|
||||
"64FAA15062F0D0C319F904BBDE9C4489A25D6369": "Allow Memory Card saving with Savestates"
|
||||
@ -320,4 +312,4 @@
|
||||
"title": "Gormiti: The Lords of Nature!",
|
||||
"6F8CD59D897338CA90939149E1A62588620C6D88": "Fix black screen"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,10 +0,0 @@
|
||||
# GWLE6L - Project Zoo
|
||||
|
||||
[OnFrame]
|
||||
$Bypass FIFO reset
|
||||
0x8028EF00:dword:0x48000638
|
||||
[OnFrame_Enabled]
|
||||
$Bypass FIFO reset
|
||||
|
||||
[Patches_RetroAchievements_Verified]
|
||||
$Bypass FIFO reset
|
@ -1,10 +0,0 @@
|
||||
# GWLX6L - Project Zoo
|
||||
|
||||
[OnFrame]
|
||||
$Bypass FIFO reset
|
||||
0x8028EE80:dword:0x48000638
|
||||
[OnFrame_Enabled]
|
||||
$Bypass FIFO reset
|
||||
|
||||
[Patches_RetroAchievements_Verified]
|
||||
$Bypass FIFO reset
|
Reference in New Issue
Block a user