| 746 | } |
| 747 | |
| 748 | void FCEUI_VSUniService(void) |
| 749 | { |
| 750 | if (!FCEU_IsValidUI(FCEUI_INSERT_COIN)) |
| 751 | return; |
| 752 | |
| 753 | FCEU_QSimpleCommand(FCEUNPCMD_VSUNISERVICE); |
| 754 | } |
| 755 | |
| 756 | //Resets the frame counter if movie inactive and rom is reset or power-cycle |
| 757 | void ResetFrameCounter() |
no test coverage detected