| 2809 | } |
| 2810 | |
| 2811 | void consoleWin_t::quickSave(void) |
| 2812 | { |
| 2813 | FCEU_WRAPPER_LOCK(); |
| 2814 | FCEUI_SaveState( NULL ); |
| 2815 | FCEU_WRAPPER_UNLOCK(); |
| 2816 | } |
| 2817 | |
| 2818 | void consoleWin_t::saveState(int slot) |
| 2819 | { |
nothing calls this directly
no test coverage detected