mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
better be safe than sorry
This commit is contained in:
@ -85,7 +85,7 @@ void Reset()
|
||||
BufferNumLines = 0;
|
||||
CurCamera = nullptr;
|
||||
|
||||
NDS::ScheduleEvent(NDS::Event_DSi_CamIRQ, true, kIRQInterval, IRQ, 0);
|
||||
NDS::ScheduleEvent(NDS::Event_DSi_CamIRQ, false, kIRQInterval, IRQ, 0);
|
||||
}
|
||||
|
||||
void Stop()
|
||||
|
@ -163,7 +163,7 @@ void Reset()
|
||||
Capture[0]->Reset();
|
||||
Capture[1]->Reset();
|
||||
|
||||
NDS::ScheduleEvent(NDS::Event_SPU, true, 1024, Mix, 0);
|
||||
NDS::ScheduleEvent(NDS::Event_SPU, false, 1024, Mix, 0);
|
||||
}
|
||||
|
||||
void Stop()
|
||||
|
Reference in New Issue
Block a user