mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
4fa0cf0597
Updates for F-Zero X (n64), Yoshi's story (n64) and Curious George (gc). Fixes issue 7333.
46 lines
992 B
INI
46 lines
992 B
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
|
|
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
|
|
|