mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-02 19:21:43 +01:00
b96f75c2ee
The Legend of Zelda: Ocarina of Time (Master Quest) needs EFB to RAM for the pause menu background to not be black and for Link to show up in the pause menu. These are the two most visible issues without EFB to RAM enabled. This is consistent with the GameINI for the Collector's Edition version (PZL).
22 lines
515 B
INI
22 lines
515 B
INI
# D43E01, D43J01, D43P01, D43U01 - ZELDA OCARINA MULTI PACK
|
|
|
|
[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 = Needs EFB to RAM for the pause menu (background and Link).
|
|
|
|
[OnLoad]
|
|
# Add memory patches to be loaded once on boot here.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video_Hacks]
|
|
EFBToTextureEnable = False
|