Powers off the NES
| 774 | |
| 775 | //Powers off the NES |
| 776 | void FCEUI_PowerNES(void) |
| 777 | { |
| 778 | if(!FCEU_IsValidUI(FCEUI_POWER)) |
| 779 | return; |
| 780 | |
| 781 | FCEU_DispMessage("Command: Power switch", 0); |
| 782 | FCEU_QSimpleCommand(FCEUNPCMD_POWER); |
| 783 | ResetFrameCounter(); |
| 784 | } |
| 785 | |
| 786 | const char* FCEUI_CommandTypeNames[]= |
| 787 | { |
no test coverage detected