GameSettings: Enable compatibility patches by default
This enables patches for game-breaking problems by default. My criterion for which patches to select was that the patch has to make the game's behavior closer to how the game acts on console. So workarounds for Dolphin not emulating caches accurately are enabled by default, but not things like Twilight Princess's minimap speedhack or patches for disabling memory card checks in Pokémon games.
This commit is contained in:
parent
d77a9ad1b6
commit
36ecfdd6b5
|
@ -3,3 +3,5 @@
|
|||
[OnFrame]
|
||||
$Fix 2D Rendering
|
||||
0x80319214:dword:0x48113250
|
||||
[OnFrame_Enabled]
|
||||
$Fix 2D Rendering
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
[OnFrame]
|
||||
$Fix 2D Rendering
|
||||
0x803C92D4:dword:0x480DA8E4
|
||||
[OnFrame_Enabled]
|
||||
$Fix 2D Rendering
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
[OnFrame]
|
||||
$Bypass FIFO reset
|
||||
0x8028EF00:dword:0x48000638
|
||||
[OnFrame_Enabled]
|
||||
$Bypass FIFO reset
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
[OnFrame]
|
||||
$Bypass FIFO reset
|
||||
0x8028EE80:dword:0x48000638
|
||||
[OnFrame_Enabled]
|
||||
$Bypass FIFO reset
|
||||
|
|
|
@ -24,3 +24,5 @@
|
|||
#
|
||||
$Fix file reads (dcache bypass)
|
||||
0x800d2e68:dword:0x60000000
|
||||
[OnFrame_Enabled]
|
||||
$Fix file reads (dcache bypass)
|
||||
|
|
|
@ -24,3 +24,5 @@
|
|||
#
|
||||
$Fix file reads (dcache bypass)
|
||||
0x80164b90:dword:0x60000000
|
||||
[OnFrame_Enabled]
|
||||
$Fix file reads (dcache bypass)
|
||||
|
|
Loading…
Reference in New Issue