mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
4d346f29eb
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.
22 lines
419 B
INI
22 lines
419 B
INI
# RTHP52, RTHE52 - Tony Hawk's Downhill Jam
|
|
|
|
[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 blur
|
|
0x8015b900:dword:0x60000000
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 0
|
|
|
|
[Video_Hacks]
|
|
EFBAccessEnable = False
|