mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Fixes issue with PAL Wind Waker not displaying PAL60 option.
This commit is contained in:
parent
cf7178b4c2
commit
350f2fb40e
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ void Init()
|
||||||
m_FlipperRev = 0x246500B1; // revision C
|
m_FlipperRev = 0x246500B1; // revision C
|
||||||
m_Unknown = 0;
|
m_Unknown = 0;
|
||||||
|
|
||||||
m_ResetCode = 0x80000000; // Cold reset
|
m_ResetCode = 0; // Cold reset
|
||||||
m_InterruptCause = INT_CAUSE_RST_BUTTON | INT_CAUSE_VI;
|
m_InterruptCause = INT_CAUSE_RST_BUTTON | INT_CAUSE_VI;
|
||||||
|
|
||||||
toggleResetButton = CoreTiming::RegisterEvent("ToggleResetButton", ToggleResetButtonCallback);
|
toggleResetButton = CoreTiming::RegisterEvent("ToggleResetButton", ToggleResetButtonCallback);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue