| 1023 | //} |
| 1024 | |
| 1025 | static void CommandToggleDip(void) |
| 1026 | { |
| 1027 | if (GameInfo->type==GIT_VSUNI) |
| 1028 | FCEUI_VSUniToggleDIP(execcmd-EMUCMD_VSUNI_TOGGLE_DIP_0); |
| 1029 | } |
| 1030 | |
| 1031 | static void CommandEmulationSpeed(void) |
| 1032 | { |
nothing calls this directly
no test coverage detected