Resets the frame counter if movie inactive and rom is reset or power-cycle
| 755 | |
| 756 | //Resets the frame counter if movie inactive and rom is reset or power-cycle |
| 757 | void ResetFrameCounter() |
| 758 | { |
| 759 | extern EMOVIEMODE movieMode; |
| 760 | if(movieMode == MOVIEMODE_INACTIVE) |
| 761 | currFrameCounter = 0; |
| 762 | } |
| 763 | |
| 764 | //Resets the NES |
| 765 | void FCEUI_ResetNES(void) |
no outgoing calls
no test coverage detected