beginning a new movie sets to read+write mode

This commit is contained in:
zeromus 2008-05-26 03:13:16 +00:00
parent ac75dc61ed
commit 52091eed22
1 changed files with 1 additions and 0 deletions

View File

@ -565,6 +565,7 @@ void FCEUI_SaveMovie(char *fname, uint8 flags, const char* metadata)
}
movieMode = MOVIEMODE_RECORD;
movie_readonly = false;
FCEU_DispMessage("Movie recording started.");
}