better be safe than sorry

This commit is contained in:
Arisotura 2023-11-02 15:46:35 +01:00
parent 2959d089fe
commit 5ccd3916ff
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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()