mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
initialize the uninitialized
This commit is contained in:
@ -109,6 +109,8 @@ void Init()
|
||||
|
||||
m_CPCtrlReg.Hex = 0;
|
||||
|
||||
m_CPClearReg.Hex = 0;
|
||||
|
||||
m_bboxleft = 0;
|
||||
m_bboxtop = 0;
|
||||
m_bboxright = 640;
|
||||
@ -130,6 +132,11 @@ void Init()
|
||||
interruptFinishWaiting = false;
|
||||
interruptTokenWaiting = false;
|
||||
|
||||
bProcessFifoToLoWatermark = false;
|
||||
bProcessFifoAllDistance = false;
|
||||
isPossibleWaitingSetDrawDone = false;
|
||||
OnOverflow = false;
|
||||
|
||||
et_UpdateInterrupts = CoreTiming::RegisterEvent("UpdateInterrupts", UpdateInterrupts_Wrapper);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user