all repos — mgba @ a469b119e51d48a15e16475f954522c7c7087db2

mGBA Game Boy Advance Emulator

DS Video: Fix capture not being disabled appropriately
Vicki Pfau vi@endrift.com
Thu, 16 Mar 2017 14:02:13 -0700
commit

a469b119e51d48a15e16475f954522c7c7087db2

parent

4889a3e4022adfc0dab8c22c642bdf76260bd1ea

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/ds/video.csrc/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) {