From 7abe5e6f0f9b6f8b03473cc8c71b6374e9f88dd6 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sun, 3 May 2009 20:51:32 +0000 Subject: [PATCH] stop movie system whenever resetting hardware, either by rom load or reset gui command --- src/NDSSystem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/NDSSystem.cpp b/src/NDSSystem.cpp index c43718e45..0e43eee93 100644 --- a/src/NDSSystem.cpp +++ b/src/NDSSystem.cpp @@ -882,6 +882,8 @@ void NDS_Reset( void) FILE* inf = 0; NDS_header * header = NDS_getROMHeader(); + FCEUI_StopMovie(); + if (!header) return ; if (MMU.bupmem.fp)