Skip to content

Commit

Permalink
GameSettings: Enable compatibility patches by default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JosJuice committed Dec 10, 2020
1 parent c3e7617 commit 6c0a4ec
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Data/Sys/GameSettings/GV4E69.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
[OnFrame]
$Fix 2D Rendering
0x80319214:dword:0x48113250
[OnFrame_Enabled]
$Fix 2D Rendering
2 changes: 2 additions & 0 deletions Data/Sys/GameSettings/GVPE69.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
[OnFrame]
$Fix 2D Rendering
0x803C92D4:dword:0x480DA8E4
[OnFrame_Enabled]
$Fix 2D Rendering
2 changes: 2 additions & 0 deletions Data/Sys/GameSettings/GWLE6L.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
[OnFrame]
$Bypass FIFO reset
0x8028EF00:dword:0x48000638
[OnFrame_Enabled]
$Bypass FIFO reset
2 changes: 2 additions & 0 deletions Data/Sys/GameSettings/GWLX6L.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
[OnFrame]
$Bypass FIFO reset
0x8028EE80:dword:0x48000638
[OnFrame_Enabled]
$Bypass FIFO reset
2 changes: 2 additions & 0 deletions Data/Sys/GameSettings/RX4E4Z.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@
#
$Fix file reads (dcache bypass)
0x800d2e68:dword:0x60000000
[OnFrame_Enabled]
$Fix file reads (dcache bypass)
2 changes: 2 additions & 0 deletions Data/Sys/GameSettings/RX4PMT.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@
#
$Fix file reads (dcache bypass)
0x80164b90:dword:0x60000000
[OnFrame_Enabled]
$Fix file reads (dcache bypass)

0 comments on commit 6c0a4ec

Please sign in to comment.