better be safe than sorry
This commit is contained in:
parent
2959d089fe
commit
5ccd3916ff
|
@ -85,7 +85,7 @@ void Reset()
|
||||||
BufferNumLines = 0;
|
BufferNumLines = 0;
|
||||||
CurCamera = nullptr;
|
CurCamera = nullptr;
|
||||||
|
|
||||||
NDS::ScheduleEvent(NDS::Event_DSi_CamIRQ, true, kIRQInterval, IRQ, 0);
|
NDS::ScheduleEvent(NDS::Event_DSi_CamIRQ, false, kIRQInterval, IRQ, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Stop()
|
void Stop()
|
||||||
|
|
|
@ -163,7 +163,7 @@ void Reset()
|
||||||
Capture[0]->Reset();
|
Capture[0]->Reset();
|
||||||
Capture[1]->Reset();
|
Capture[1]->Reset();
|
||||||
|
|
||||||
NDS::ScheduleEvent(NDS::Event_SPU, true, 1024, Mix, 0);
|
NDS::ScheduleEvent(NDS::Event_SPU, false, 1024, Mix, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Stop()
|
void Stop()
|
||||||
|
|
Loading…
Reference in New Issue