mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
e7f8098c3d
Update that adds NES and SNES (U) Virtual Console games to the database. Fixes issue 7349 (More Aggressive Twilight Princess Hack), issue 7337 (Def Jam Vendetta No Cutscenes?) and issue 7258 (Madden NFL 2003 requires RealXFB for videos). Workaround for issue 7322 (Slow audio ingame in various gamecube games when using HLE, LLE audio works fine.) by enforcing LLE audio for the affected games for the time being. This PR depends upon pr #466 "Allow progressive scan to be set by game ini".
69 lines
1.5 KiB
INI
69 lines
1.5 KiB
INI
# RZDP01 - The Legend of Zelda Twilight Princess
|
|
|
|
[Core]
|
|
# Values set here will override the main dolphin settings.
|
|
|
|
[EmuState]
|
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
|
EmulationStateId = 4
|
|
EmulationIssues = Enable the patch "Hyrule Field Speed Hack" in iso properties for a speed boost.
|
|
|
|
[OnLoad]
|
|
# Add memory patches to be loaded once on boot here.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
$Hyrule Field Speed Hack
|
|
0x80040eb4:dword:0x60000000
|
|
0x80040ed0:dword:0x60000000
|
|
0x80040ee8:dword:0x60000000
|
|
0x80040f04:dword:0x60000000
|
|
|
|
0x80040f08:dword:0x60000000
|
|
0x80040f0c:dword:0x60000000
|
|
0x80040f10:dword:0x60000000
|
|
0x80040f14:dword:0x60000000
|
|
0x80040f18:dword:0x60000000
|
|
0x80040f1c:dword:0x60000000
|
|
0x80040f20:dword:0x60000000
|
|
0x80040f24:dword:0x60000000
|
|
0x80040f28:dword:0x60000000
|
|
0x80040f2c:dword:0x60000000
|
|
0x80040f30:dword:0x60000000
|
|
0x80040f34:dword:0x60000000
|
|
0x80040f38:dword:0x60000000
|
|
0x80040f3c:dword:0x60000000
|
|
0x80040f40:dword:0x60000000
|
|
0x80040f44:dword:0x60000000
|
|
0x80040f48:dword:0x60000000
|
|
0x80040f4c:dword:0x60000000
|
|
0x80040f50:dword:0x60000000
|
|
0x80040f54:dword:0x60000000
|
|
0x80040f58:dword:0x60000000
|
|
|
|
0x80040f5c:dword:0x60000000
|
|
0x80040f78:dword:0x60000000
|
|
0x80040f90:dword:0x60000000
|
|
0x80040fac:dword:0x60000000
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 512
|
|
|
|
[Video_Hacks]
|
|
EFBAccessEnable = True
|
|
EFBToTextureEnable = False
|
|
EFBCopyEnable = True
|
|
EFBCopyCacheEnable = True
|
|
|