stop movie system whenever resetting hardware, either by rom load or reset gui command

This commit is contained in:
zeromus 2009-05-03 20:51:32 +00:00
parent 52735a0822
commit 7abe5e6f0f
1 changed files with 2 additions and 0 deletions

View File

@ -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)