mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 11:32:43 +01:00
GameSettings: add patch to disable interlacing in Black & Bruised
This commit is contained in:
parent
89963c287c
commit
d12642b392
16
Data/Sys/GameSettings/G2BE5G.ini
Normal file
16
Data/Sys/GameSettings/G2BE5G.ini
Normal 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.
|
||||||
|
|
16
Data/Sys/GameSettings/G2BP7D.ini
Normal file
16
Data/Sys/GameSettings/G2BP7D.ini
Normal 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.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user