Merge pull request #12339 from Tilka/bruise

GameSettings: add patch to disable interlacing in Black & Bruised
This commit is contained in:
Admiral H. Curtiss 2023-11-30 21:08:15 +01:00 committed by GitHub
commit 163acb5d2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View file

@ -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.

View file

@ -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.