DS Video: Fix capture not being disabled appropriately
Vicki Pfau vi@endrift.com
Thu, 16 Mar 2017 14:02:13 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/ds/video.c
→
src/ds/video.c
@@ -358,6 +358,7 @@ }
if (GBARegisterDISPSTATIsVblankIRQ(dispstat)) { DSRaiseIRQ(video->p->ds9.cpu, video->p->ds9.memory.io, DS_IRQ_VBLANK); } + video->inCapture = false; DSFrameEnded(video->p); --video->frameskipCounter; if (video->frameskipCounter < 0) {