bugfix: movie recording - loadstate should update input display

This commit is contained in:
mauzus 2008-05-13 03:02:53 +00:00
parent f65b5eb2b7
commit 00acbb98d1
1 changed files with 6 additions and 0 deletions

View File

@ -1012,6 +1012,12 @@ int FCEUMOV_ReadState(FILE* st, uint32 size)
}
load_successful=1;
// Maximus: Show the last input combination entered from the
// movie within the state
if(current!=0) // <- mz: only if playing or recording a movie
memcpy(&cur_input_display, joop, 4);
return 1;
}