Skip to content

Commit

Permalink
Merge pull request #12339 from Tilka/bruise
Browse files Browse the repository at this point in the history
GameSettings: add patch to disable interlacing in Black & Bruised
  • Loading branch information
AdmiralCurtiss committed Nov 30, 2023
2 parents 529a51d + d12642b commit 163acb5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Data/Sys/GameSettings/G2BE5G.ini
@@ -0,0 +1,16 @@
# G2BE5G - Black & Bruised

[Core]
# Values set here will override the main Dolphin settings.

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.
$Disable interlaced rendering
0x800D8520:dword:0x38600000

[ActionReplay]
# Add action replay cheats here.

16 changes: 16 additions & 0 deletions Data/Sys/GameSettings/G2BP7D.ini
@@ -0,0 +1,16 @@
# G2BP7D - Black & Bruised

[Core]
# Values set here will override the main Dolphin settings.

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.
$Disable interlaced rendering
0x800D9E68:dword:0x38600000

[ActionReplay]
# Add action replay cheats here.

0 comments on commit 163acb5

Please sign in to comment.