| 646 | } |
| 647 | |
| 648 | void FCEUI_Kill(void) { |
| 649 | #ifdef _S9XLUA_H |
| 650 | FCEU_LuaStop(); |
| 651 | #endif |
| 652 | FCEU_KillVirtualVideo(); |
| 653 | FCEU_KillGenie(); |
| 654 | FreeBuffers(); |
| 655 | } |
| 656 | |
| 657 | int rapidAlternator = 0; |
| 658 | //int AutoFirePattern[8] = { 1, 0, 0, 0, 0, 0, 0, 0 }; |
no test coverage detected