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;
CurCamera = nullptr;
NDS::ScheduleEvent(NDS::Event_DSi_CamIRQ, true, kIRQInterval, IRQ, 0);
NDS::ScheduleEvent(NDS::Event_DSi_CamIRQ, false, kIRQInterval, IRQ, 0);
}
void Stop()