GameSettings: add patch to disable blur in Tony Hawk's Downhill Jam
This is a fullscreen blur that looks bad at higher internal resolutions. The offset happens to work out for both the NTSC and the PAL release.
This commit is contained in:
parent
074de243e3
commit
4d346f29eb
|
@ -8,6 +8,8 @@
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
# Add memory patches to be applied every frame here.
|
# Add memory patches to be applied every frame here.
|
||||||
|
$Disable blur
|
||||||
|
0x8015b900:dword:0x60000000
|
||||||
|
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
Loading…
Reference in New Issue