Skip to content

Commit

Permalink
Merge pull request #2559 from AdmiralCurtiss/wind-waker-pal60-fix
Browse files Browse the repository at this point in the history
Fix issue with Wind Waker not displaying boot display options.
  • Loading branch information
skidau committed Jun 12, 2015
2 parents eae3b47 + 350f2fb commit a2b3541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/ProcessorInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a2b3541

Please sign in to comment.