| 979 | } |
| 980 | |
| 981 | void FCEUX_LoadMovieExtras(const char * fname) { |
| 982 | UpdateReplayCommentsSubs(fname); |
| 983 | } |
| 984 | |
| 985 | //mbg merge 7/19/06 - the function that contains the code that used to just be UpdateFCEUWindow() and FCEUD_UpdateInput() |
| 986 | void _updateWindow() |
no test coverage detected