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)