mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-14 14:26:27 -05:00
Merge pull request #2559 from AdmiralCurtiss/wind-waker-pal60-fix
Fix issue with Wind Waker not displaying boot display options.
This commit is contained in:
@@ -86,7 +86,7 @@ void Init()
|
||||
m_FlipperRev = 0x246500B1; // revision C
|
||||
m_Unknown = 0;
|
||||
|
||||
m_ResetCode = 0x80000000; // Cold reset
|
||||
m_ResetCode = 0; // Cold reset
|
||||
m_InterruptCause = INT_CAUSE_RST_BUTTON | INT_CAUSE_VI;
|
||||
|
||||
toggleResetButton = CoreTiming::RegisterEvent("ToggleResetButton", ToggleResetButtonCallback);
|
||||
|
||||
Reference in New Issue
Block a user